IBM Books

Event Logging System Messages Guide


Multiprotocol Over ATM Client (MPOA)

This chapter describes Multiprotocol Over ATM Client (MPOA) messages. For information on message content and how to use the message, refer to the Introduction.

MPOA.001 

Level: UI-ERROR

Short Syntax: MPOA.001 Critical memory allocation failure! (interface # net_number)

Long Syntax: MPOA.001 Critical memory allocation failure! (interface # net_number)

Description: A critical memory allocation failure has occured on the mentioned interface number, which will impede normal MPC operation.

Cause: The box is running low on dynamically allocatable memory.

MPOA.002 

Level: CI-ERROR

Short Syntax: MPOA.002 Non-critical memory allocation failure! (interface # net_number)

Long Syntax: MPOA.002 Non-critical memory allocation failure! (interface # net_number)

Description: A non-critical memory allocation failure has occured the mentioned interface number. This will not impede MPC operation but may reduce the performance somewhat.

Cause: The box is running low on dynamically allocatable memory.

MPOA.003 

Level: UE-ERROR

Short Syntax: MPOA.003 Unrecog frame recvd (dropped)! (0x word_1 0x word_2 0x word_3)

Long Syntax: MPOA.003 Unrecognized frame received (dropped)! (0x word_1 0x word_2 0x word_3)

Description: A frame was received with an unrecognized/ unsupported LLC SNAP encoding (the first 3 words of the frame are printed). The frame was hence discarded.

MPOA.004 

Level: UE-ERROR

Short Syntax: MPOA.004 Bad NHRP/MPOA msg recvd (dropped)! (0x word_1 0x word_2 0x word_3)

Long Syntax: MPOA.004 Bad NHRP/MPOA message received (dropped)! (0x word_1 0x word_2 0x word_3)

Description: A corrupted NHRP/MPOA message was received (based on checks like header checksum) (the first 3 words of the frame are printed). The frame was hence discarded.

MPOA.005 

Level: UE-ERROR

Short Syntax: MPOA.005 NHRP Error ind. msg recvd! (intf # intf_num, code error_code)

Long Syntax: MPOA.005 NHRP Error indication message received! (intf # intf_num code error_code)

Description: A NHRP error indication message was received

MPOA.006 

Level: UI-ERROR

Short Syntax: MPOA.006 Internal ATM downcall failed ( function_name, return: error_string)

Long Syntax: MPOA.006 Internal ATM downcall failed ( function_name, return: error_string)

Description: An internal downcall to the ATM driver failed which normally shouldn't.

MPOA.007 

Level: U-INFO

Short Syntax: MPOA.007 Couldn't send MPOA Ctrl msg to atm_address, rc return_code

Long Syntax: MPOA.007 Couldn't send MPOA Ctrl msg to atm_address, rc return_code

Description: The MPOA Client could not send an MPOA control frame to the specified ATM address. This could be because there is no usable VCC to that address.

MPOA.008 

Level: C-INFO

Short Syntax: MPOA.008 Sending MPOA NAK atm_address, cie code cie_code

Long Syntax: MPOA.008 Sending MPOA NAK atm_address, cie code cie_code

Description: The MPOA Client is initiating the sending of a NAK message to an MPOA device with the specified ATM address. The specified CIE code is being used.

MPOA.009 

Level: C-INFO

Short Syntax: MPOA.009 Recvd Imposition Rqst on ( vpi/ vci)

Long Syntax: MPOA.009 Recvd Imposition Rqst on ( vpi/ vci)

Description: The MPC has received an MPOA cache imposition request message on the specified VCC.

MPOA.010 

Level: UE-ERROR

Short Syntax: MPOA.010 Parsing error on recvd msg ( error_string/rc return_code)

Long Syntax: MPOA.010 Parsing error on recvd msg ( error_string/rc return_code)

Description: There was an error when parsing a received MPOA control frame.

MPOA.011 

Level: UE-ERROR

Short Syntax: MPOA.011 Imposition rqst failure ( error_string/rc return_code)

Long Syntax: MPOA.011 Imposition rqst failure ( error_string/rc return_code)

Description: A failure occured when processing a received MPOA Cache Imposition request message. The error string gives some more information.

MPOA.012 

Level: UE-ERROR

Short Syntax: MPOA.012 Recvd Imposition rqst from unknown MPS (VCC vpi/ vci)

Long Syntax: MPOA.012 Recvd Imposition rqst from unknown MPS (VCC vpi/ vci)

Description: The MPC has received an imposition request on the specified VCC but has not currently learnt that the sender is an MPS.

MPOA.013 

Level: C-INFO

Short Syntax: MPOA.013 Free MPOA tag given out ( tag)

Long Syntax: MPOA.013 Free MPOA tag given out ( tag)

Description: A free MPOA tag has been assigned to an egress cache entry.

MPOA.014 

Level: C-INFO

Short Syntax: MPOA.014 MPOA tag value freed ( tag)

Long Syntax: MPOA.014 Previously assigned MPOA tag value freed back ( tag)

Description: A previously assigned MPOA tag value has been freed back.

MPOA.015 

Level: C-INFO

Short Syntax: MPOA.015 New egress cache entry created ( ipAddress/ ipAddressMask, x cacheID, entryTypeString)

Long Syntax: MPOA.015 New egress cache entry created ( ipAddress/ ipAddressMask, x cacheID entryTypeString)

Description: A new egress cache entry has been created for the specified protocol address and mask pair. The cacheID and the type of the entry are also printed.

MPOA.016 

Level: U-INFO

Short Syntax: MPOA.016 Cntrl frm too large to send! (type x MPOAFrameType, max maxFrameSize)

Long Syntax: MPOA.016 Control frame too large to send! (type x MPOAFrameType, max maxFrameSize)

Description: The MPOA Client prepared a control frame which was longer than the maximum sized control frame that can be sent. Hence, unable to send this frame. The MPOA packet type code is printed alongwith the maximum allowable frame size.

MPOA.017 

Level: U-INFO

Short Syntax: MPOA.017 Imposition rqst unsuccessful ( errString, x errCode)

Long Syntax: MPOA.017 Imposition rqst unsuccessful ( errString, x errCode)

Description: A received cache imposition request was unsuccessful in creating an active usable egress cache entry. An error string and internal error code describing the problem are printed.

MPOA.018 

Level: C-INFO

Short Syntax: MPOA.018 Imposn rfrsh for exstng ntry recvd ( ipAddress/ ipAddressMask, x cacheID, entryTypeString)

Long Syntax: MPOA.018 Imposition refresh for existing entry received ( ipAddress/ ipAddressMask, x cacheID, entryTypeString)

Description: An MPOC Cache imposition request was received to refresh an existing entry in the egress cache. The destination protocol address, mask, cache ID and type of entry are displayed.

MPOA.019 

Level: U-INFO

Short Syntax: MPOA.019 Recvd imposn rqst had dll mismatch!( ipAddress/ ipAddressMask)

Long Syntax: MPOA.019 Recvd imposn rqst had dll mismatch!( ipAddress/ ipAddressMask)

Description: An imposition request received for an existing e-cache entry had a different DLL than the one provided on the previous request. The MPC will internally delete the old entry and create a new one with the new information.

MPOA.020 

Level: C-INFO

Short Syntax: MPOA.020 Imposn rqst valid ( ipAddress/ ipAddressMask, rqst ID: x requestID)

Long Syntax: MPOA.020 Imposition request valid ( ipAddress/ ipAddressMask, rqst ID: x requestID)

Description: A valid cache imposition request has been received for the specified destination address/mask pair. The request ID in the message is also printed.

MPOA.021 

Level: C-INFO

Short Syntax: MPOA.021 Processing imposn rqst for new ntry ( ipAddress/ ipAddressMask, x cacheID, entryTypeString)

Long Syntax: MPOA.021 Processing imposition request for a new entry ( ipAddress/ ipAddressMask, x cacheID, entryTypeString)

Description: An MPOA Cache imposition request for a new egress cache entry is being processed. The destination protocol address, mask, cache ID and type of entry are displayed.

MPOA.022 

Level: U-INFO

Short Syntax: MPOA.022 Recvd imposn rqst, ntry type mismatch (old ipAddress/ new ipAddressMask)

Long Syntax: MPOA.022 Recvd imposn rqst, entry type mismatch (old ipAddress/ new ipAddressMask)

Description: An imposition request received for an existing e-cache entry had a different entry type than the existing one. The existing entry will internally be deleted and a new one created.

MPOA.023 

Level: UE-ERROR

Short Syntax: MPOA.023 Recvd imposn rqst, prtcl addr mismatch (old oldIpAddressPrefix/ new newIpAddressPrefix)

Long Syntax: MPOA.023 Recvd imposn rqst, prtcl addr mismatch (old oldIpAddressPrefix/ new newIpAddressPrefix)

Description: An imposition request received for an existing e-cache entry had a different destination protocol address prefix than the existing one. The existing entry will internally be deleted and a new one created. Indicates a likely error in the E-MPS logic.

MPOA.024 

Level: UE-ERROR

Short Syntax: MPOA.024 Recvd imposn rqst had src atm addr mismatch ( ipAddress/ ipAddressMask)

Long Syntax: MPOA.024 Recvd imposn rqst had src atm addr mismatch ( ipAddress/ ipAddressMask)

Description: An imposition request received for an existing e-cache entry had a different source ATM address than the existing one. The existing entry will internally be deleted and a new one created. Indicates a likely error in the E-MPS logic.

MPOA.025 

Level: UI-ERROR

Short Syntax: MPOA.025 Internal error (function: functionName)

Long Syntax: MPOA.025 Internal error (function: functionName)

Description: An internal error occured (in the indicated function). This is purely for debugging purposes.

MPOA.026 

Level: UE-ERROR

Short Syntax: MPOA.026 Recvd imposn rfrsh for purging ntry ( ipAddress/ ipAddressMask)

Long Syntax: MPOA.026 Recvd imposn rfrsh for purging ntry ( ipAddress/ ipAddressMask)

Description: An imposition request refresh was received for an entry which was in the process of being purged. Indicates a likely error in the E-MPS logic.

MPOA.027 

Level: C-INFO

Short Syntax: MPOA.027 Egress cache entry refreshed ( ipAddress/ ipAddressMask, id x cacheID, entryTypeString)

Long Syntax: MPOA.027 Egress cache entry refreshed ( ipAddress/ ipAddressMask, id x cacheID, entryTypeString)

Description: An existing egress cache entry has been refreshed for the specified protocol address and mask pair. The cacheID and the type of the entry are also printed.

MPOA.028 

Level: C-INFO

Short Syntax: MPOA.028 Cache id based e-mps purge recvd (x cacheID)

Long Syntax: MPOA.028 Cache id based e-mps purge recvd (x cacheID)

Description: An e-mps purge was received for a single egress cache entry. The cache ID of this entry is printed.

MPOA.029 

Level: C-INFO

Short Syntax: MPOA.029 Prtcl addr based e-mps purge recvd ( ipAddress/ ipAddressMask)

Long Syntax: MPOA.029 Prtcl addr based e-mps purge recvd ( ipAddress/ ipAddressMask)

Description: An e-mps purge was received for a range of protocol addresses. This range is specified by the protocol address and address mask (the range could also indicate only one address).

MPOA.030 

Level: U-INFO

Short Syntax: MPOA.030 Cache id based e-mps purge. No match! (x cacheID)

Long Syntax: MPOA.030 Cache id based e-mps purge. No match! (x cacheID)

Description: No matching cache entry was found for an e-mps cache purge request containing a cache ID.

MPOA.031 

Level: C-INFO

Short Syntax: MPOA.031 Emps purge: purging egress cache entry (id x cacheID)

Long Syntax: MPOA.031 Emps purge: purging egress cache entry (id x cacheID)

Description: An egress cache entry is being purged because of a received e-mps purge request. The cacheID of the entry is displayed.

MPOA.032 

Level: C-INFO

Short Syntax: MPOA.032 Aging out egress cache entry (id x cacheID)

Long Syntax: MPOA.032 Aging out egress cache entry (id x cacheID)

Description: An egress cache entry is being aged out because its holding time has expired. The cacheID of the entry is displayed.

MPOA.033 

Level: U-INFO

Short Syntax: MPOA.033 Initiating e-mpc purge request (id x cacheID)

Long Syntax: MPOA.033 Initiating e-mpc purge request (id x cacheID)

Description: An e-mpc initiated purge request procedure is being started for the specified egress cache entry.

MPOA.034 

Level: U-INFO

Short Syntax: MPOA.034 Error preparing e-mpc purge request (id x cacheID, err code errorCode)

Long Syntax: MPOA.034 Error preparing e-mpc purge request (id x cacheID, err code errorCode)

Description: An e-mpc initiated purge request message could not be prepared because of a local error (e.g. memory allocation failure).

MPOA.035 

Level: U-INFO

Short Syntax: MPOA.035 Retrying e-mpc purge request (id x cacheID)

Long Syntax: MPOA.035 Retrying e-mpc purge request (id x cacheID)

Description: An e-mpc initiated purge request procedure is being retried for the specified egress cache entry. This is because either the earlier request could not be sent out or no valid reply was received for it.

MPOA.036 

Level: U-INFO

Short Syntax: MPOA.036 Exhausted e-mpc purge request retries. entry deleted (id x cacheID)

Long Syntax: MPOA.036 Exhausted e-mpc purge request retries. entry deleted (id x cacheID)

Description: Multiple attempts at an e-mpc initiated purge of an egress cache entry failed. The maximum retry time has been exceeded and the entry is being locally deleted.

MPOA.037 

Level: C-INFO

Short Syntax: MPOA.037 Received empc purge reply (vpi/vci vpi/ vci)

Long Syntax: MPOA.037 Received empc purge reply (vpi/vci vpi/ vci)

Description: An empc purge reply was received by this MPC on the specified VCC.

MPOA.038 

Level: C-INFO

Short Syntax: MPOA.038 eMPC purge reply without dll hdr (vpi/vci vpi/ vci)

Long Syntax: MPOA.038 eMPC purge reply without dll hdr (vpi/vci vpi/ vci)

Description: An empc purge reply was received by this MPC on the specified VCC without an MPOA DLL Header extension. The packet will be dropped without further processing.

MPOA.039 

Level: UE-ERROR

Short Syntax: MPOA.039 eMPC purge reply: no match on cache ID (id x cacheId)

Long Syntax: MPOA.039 eMPC purge reply: no match on cache ID (id x cacheId)

Description: An empc purge reply was received by this MPC but the cache ID in the message (printed) does not match any existing entry imposed by the same MPS. The packet will be dropped without further processing.

MPOA.040 

Level: UE-ERROR

Short Syntax: MPOA.040 eMPC purge reply: mps mismatch (id x cacheId)

Long Syntax: MPOA.040 eMPC purge reply: mps mismatch (id x cacheId)

Description: An empc purge reply was received by this MPC but the matching cache entry was imposed by a different MPS. The packet will be dropped without further processing. The cacheId in the received message is printed.

MPOA.041 

Level: UE-ERROR

Short Syntax: MPOA.041 eMPC purge reply recvd for non purging entry (id x cacheId)

Long Syntax: MPOA.041 eMPC purge reply recvd for non purging entry (id x cacheId)

Description: An empc purge reply was received by this MPC but the matching cache entry is not being purged at this time. The packet will be dropped without further processing. The cacheId in the received message is printed.

MPOA.042 

Level: C-INFO

Short Syntax: MPOA.042 eMPC purge reply deleted entry (id x cacheId)

Long Syntax: MPOA.042 eMPC purge reply deleted entry (id x cacheId)

Description: A valid empc purge reply was received by this MPC for an entry whose cache ID is printed and the entry is being deleted.

MPOA.043 

Level: UE-ERROR

Short Syntax: MPOA.043 eMPC purge reply recvd as a NAK (vpi/vci vpi/ vci)

Long Syntax: MPOA.043 eMPC purge reply recvd as a NAK (vpi/vci vpi/ vci)

Description: An empc purge reply was received by this MPC on the specified VCC but indicated a NAKed response. The packet will be dropped without further processing.

MPOA.044 

Level: C-INFO

Short Syntax: MPOA.044 eMPC recvd LEC down! (lec lecIntfNum)

Long Syntax: MPOA.044 eMPC recvd LEC down! (lec lecIntfNum)

Description: The empc received an (internal) message indicating that the specified LEC has been disabled. e-cache entries imposed over this LEC will be disabled and/or purged.

MPOA.045 

Level: C-INFO

Short Syntax: MPOA.045 eMPC recvd LAN destn unreg (lec lecIntfNum)

Long Syntax: MPOA.045 eMPC recvd LAN destn unreg (lec lecIntfNum)

Description: The empc received an (internal) message indicating that the specified LEC has deregistered a LAN destination. e-cache entries imposed over this LEC for this LAN destination will be disabled and/or purged.

MPOA.046 

Level: C-INFO

Short Syntax: MPOA.046 eMPC recvd mps down (MPS mpsAtmAddr)

Long Syntax: MPOA.046 eMPC recvd mps down (MPS mpsAtmAddr)

Description: The empc received an (internal) message indicating that an MPS went down. The ATM address of the MPS is printed. e-cache entries imposed by this MPS will be invalidated and data plane purges may be sent for each such entry.

MPOA.047 

Level: C-INFO

Short Syntax: MPOA.047 eMPC recvd mps mac addr invalid (MPS mpsAtmAddr) (MAC macAddr)

Long Syntax: MPOA.047 eMPC recvd mps mac addr invalid (MPS mpsAtmAddr) (MAC macAddr)

Description: The empc received an (internal) message indicating that an MPS MAC address association is no longer valid. e-cache entries containing DLL information with this MAC address as the source MAC address will be invalidated and data plane purges may be sent for each such entry.

MPOA.048 

Level: C-INFO

Short Syntax: MPOA.048 eMPC deleting imposed e-cache entry (addr/mask addr/ addrMask, cache id x cacheId)

Long Syntax: MPOA.048 eMPC deleting imposed e-cache entry (addr/mask addr/ addrMask, cache id x cacheId)

Description: An externally imposed egress MPC cache entry is being deleted. The protocol address, address mask and cache ID are printed.

MPOA.049 

Level: C-INFO

Short Syntax: MPOA.049 Deleting intern. derived e-cache entry (addr/mask addr/ addrMask, cache id x cacheId)

Long Syntax: MPOA.049 Deleting intern. derived e-cache entry (addr/mask addr/ addrMask, cache id x cacheId)

Description: An internally derived egress MPC cache entry is being deleted. The protocol address, address mask and cache ID are printed.

MPOA.050 

Level: C-INFO

Short Syntax: MPOA.050 eMPC: Nontag 1483 next hop ambiguity! (new entry cache id x cacheId)

Long Syntax: MPOA.050 eMPC: Nontag 1483 next hop ambiguity! (new entry cache id x cacheId)

Description: The next hop ambiguity case was encountered for this imposition request. This leads to two different e-cache entries with the same source ATM address and destination protocol addresses. In this case, the already existing entry will be overwritten with the new information. The cacheId of the new entry is printed.

MPOA.051 

Level: C-INFO

Short Syntax: MPOA.051 eMPC purge reply rqst id mismatch! (msg cache id x cacheId)

Long Syntax: MPOA.051 eMPC purge reply rqst id mismatch! (msg cache id x cacheId)

Description: An E-MPC initiated Purge Reply was received for a matching egress cache entry which was being purged, however the request ID in the reply did not match that sent out so the reply will be ignored.

MPOA.052 

Level: UE-ERROR

Short Syntax: MPOA.052 Bad tag in recvd pkt! ( receivedTag)

Long Syntax: MPOA.052 Bad tag in recvd pkt! ( receivedTag)

Description: An MPOA Tagged packet was received with an invalid tag. The tag in the pkt is printed.

MPOA.053 

Level: UE-ERROR

Short Syntax: MPOA.053 Destn prot addr mismatch in recvd pkt! (dstn pktDstnProtAddr, entry entryProtAddr/ entryAddrMask)

Long Syntax: MPOA.053 Destn prot addr mismatch in recvd pkt! (dstn pktDstnProtAddr, entry entryProtAddr/ entryAddrMask)

Description: The tag based lookup for a received MPOA tagged packet matched to an e-cache entry for a different destination protocol address range than the destination protocol address in the packet. The destn address in the packet, and the address/mask combination of the e-cache entry are printed.

MPOA.054 

Level: UE-ERROR

Short Syntax: MPOA.054 Src atm addr mismatch in recvd pkt! (entry entryAtmAddr, vpi/vci vpi/ vci)

Long Syntax: MPOA.054 Src atm addr mismatch in recvd pkt! (entry entryAtmAddr, vpi/vci vpi/ vci)

Description: The tag based lookup for a received MPOA tagged packet matched to an e-cache entry for a different source ATM address than that where the packet came from. The src atm address in the packet, and the vpi/vci of the VCC the pkt came on are printed.

MPOA.055 

Level: U-INFO

Short Syntax: MPOA.055 Tagged pkt: matching entry inactive! (entry entryProtAddress/ entryProtAddressMask, state entryState)

Long Syntax: MPOA.055 Tagged pkt: matching entry inactive! (entry entryProtAddress/ entryProtAddressMask, state entryState)

Description: The tag based lookup for a received MPOA tagged packet matched to an e-cache entry which was not in an active state. The protocol address and address mask of the matching entry are printed alongwith the state of the entry.

MPOA.056 

Level: UI-ERROR

Short Syntax: MPOA.056 Bridge unable to deliver data packet (rc returnCode)

Long Syntax: MPOA.056 Bridge unable to deliver data packet (rc returnCode)

Description: The bridge was unable to successfully bridge the received data packet. The return code from the bridge is printed.

MPOA.057 

Level: C-INFO

Short Syntax: MPOA.057 Recvd tagged data pkt! (tag receivedTag, vpi/vci / )

Long Syntax: MPOA.057 Recvd tagged data pkt! (tag receivedTag, vpi/vci / )

Description: An MPOA Tagged packet was received. The tag in the pkt is printed.

MPOA.058 

Level: C-INFO

Short Syntax: MPOA.058 Recvd 1483 IP data pkt! ( pktDstIpAddr)

Long Syntax: MPOA.058 Recvd 1483 IP data pkt! ( pktDstIpAddr)

Description: An MPOA Nontagged 1483 IP packet was received. The destination IP address in the pkt is printed.

MPOA.059 

Level: U-INFO

Short Syntax: MPOA.059 1483 pkt: matching entry inactive! (entry entryProtAddress/ entryProtAddressMask, state entryState)

Long Syntax: MPOA.059 1483 pkt: matching entry inactive! (entry entryProtAddress/ entryProtAddressMask, state entryState)

Description: The tag based lookup for a received MPOA non-tagged 1483 packet matched to an e-cache entry which was not in an active state. The protocol address and address mask of the matching entry are printed alongwith the state of the entry.

MPOA.060 

Level: C-INFO

Short Syntax: MPOA.060 1483 pkt hash cache miss! ( pktDstIpAddr)

Long Syntax: MPOA.060 1483 pkt hash cache miss! ( pktDstIpAddr)

Description: A received MPOA Nontagged 1483 IP packet caused a hash array miss. The destination IP address in the pkt is printed.

MPOA.061 

Level: P-TRACE

Short Syntax: MPOA.061 mpoa client ATM contrl frame trace

Long Syntax: MPOA.061 mpoa client ATM contrl frame trace

Description: Packet trace for MPOA client ATM control frame.

MPOA.062 

Level: P-TRACE

Short Syntax: MPOA.062 mpoa client ATM data frame trace

Long Syntax: MPOA.062 mpoa client ATM data frame trace

Description: Packet trace for MPOA client ATM data frame.

MPOA.063 

Level: P-TRACE

Short Syntax: MPOA.063 mpoa client LAN frame trace

Long Syntax: MPOA.063 mpoa client LAN frame trace

Description: Packet trace for MPOA client LAN frame.

MPOA.064 

Level: U-INFO

Short Syntax: MPOA.064 Bad recvd pkt: sending DPP rqst! ( pktDstIpAddr)

Long Syntax: MPOA.064 Bad recvd pkt: sending DPP rqst! ( pktDstIpAddr)

Description: A Data Plane Purge Request is being sent because of a received packet for which no matching egress cache entry was found. The destination protocol address in the pkt is printed.

MPOA.065 

Level: UI-ERROR

Short Syntax: MPOA.065 MPC create failed! (intf netNum, rc returnCode)

Long Syntax: MPOA.065 MPC create failed! (intf netNum, rc returnCode)

Description: The initial MPOA client creation process failed on the specified ATM interface number with the specified return code. This indicates an internal error such as a memory allocation failure or some failure involving the ATM interface. The MPOA client will not come up unless the cause of the failure is fixed.

MPOA.066 

Level: U-INFO

Short Syntax: MPOA.066 No MPC sram record. Will use defaults! ( netNum)

Long Syntax: MPOA.066 No MPC sram record. Will use defaults! ( netNum)

Description: No SRAM configuration record was found for the MPOA client. The client will hence come up with a default set of parameters.

MPOA.067 

Level: UE-ERROR

Short Syntax: MPOA.067 Mismatched MPC sram record. Will use defaults! ( netNum)

Long Syntax: MPOA.067 Mismatched MPC sram record. Will use defaults! ( netNum)

Description: An SRAM configuration record was found for the MPOA client but for a different ATM interface than the one coming up. The existing SRAM record configuration parameters will hence be ignored and the client will hence come up with a default set of parameters. This could indicate a misconfiguration.

MPOA.068 

Level: C-INFO

Short Syntax: MPOA.068 Matching MPC sram record found, initializing. ( netNum)

Long Syntax: MPOA.068 Matching MPC sram record found, initializing. ( netNum)

Description: A matching SRAM configuration record was found for the MPOA client. The client will now try to come up with the configured set of parameters.

MPOA.069 

Level: U-INFO

Short Syntax: MPOA.069 Updated MPC line rate/bw config parms! ( netNum)

Long Syntax: MPOA.069 Updated MPC line rate/bw config parms! ( netNum)

Description: The line rate and/or bandwidth related configuration paramaters in an MPC configuration record were incorrect in relation to the line rate of the ATM interface on which the MPC is coming up. These were updated to values which are correct in relation to interface line rate. This may indicate a configuration error by the user.

MPOA.070 

Level: UE-ERROR

Short Syntax: MPOA.070 Recvd frame too large to bridge! ( lecNetNum)

Long Syntax: MPOA.070 Recvd frame too large to bridge! ( lecNetNum)

Description: A received frame was too large for the egress LEC to be bridged. The net number of the egress LEC is printed. This could because of an external error at the ingress or because of a misconfiguration of mtus between the e-mps and the e-mpc.

MPOA.071 

Level: U-INFO

Short Syntax: MPOA.071 eMPC: purge reply from unknown mps ( vpi, vci)

Long Syntax: MPOA.071 eMPC: purge reply from unknown mps ( vpi, vci)

Description: An e-mpc initiated purge reply was received on the specified VCC but the other end of this VCC is not currently known to be an MPS.

MPOA.072 

Level: U-INFO

Short Syntax: MPOA.072 MPC ( atmIntfNum) STARTING

Long Syntax: MPOA.072 MPC ( atmIntfNum) STARTING

Description: MPC instance is starting operation.

MPOA.073 

Level: UI-ERROR

Short Syntax: MPOA.073 MPC ( atmIntfNum) TERMINATING: errString

Long Syntax: MPOA.073 MPC ( atmIntfNum) TERMINATING: errString

Description: MPC instance is terminating operation due to error.

MPOA.074 

Level: U-INFO

Short Syntax: MPOA.074 MPC ( atmIntfNum) DELETED

Long Syntax: MPOA.074 MPC ( atmIntfNum) DELETED

Description: MPC instance is being deleted.

MPOA.075 

Level: U-INFO

Short Syntax: MPOA.075 MPC ( atmIntfNum) STOPPED

Long Syntax: MPOA.075 MPC ( atmIntfNum) STOPPED

Description: Operation of MPC instance is being stopped.

MPOA.076 

Level: U-INFO

Short Syntax: MPOA.076 MPC ( atmIntfNum) RESTARTING

Long Syntax: MPOA.076 MPC ( atmIntfNum) RESTARTING

Description: Operation of MPC instance is being restarted.

MPOA.077 

Level: UI-ERROR

Short Syntax: MPOA.077 MPC ( atmIntfNum) => DOWN: ATM user reg failed: errString

Long Syntax: MPOA.077 MPC ( atmIntfNum) => DOWN: ATM user reg failed: errString

Description: Registration as user of ATM interface failed. MPC going down as result.

MPOA.078 

Level: UI-ERROR

Short Syntax: MPOA.078 MPC ( atmIntfNum) => DOWN: ATM set user name failed: errString

Long Syntax: MPOA.078 MPC ( atmIntfNum) => DOWN: ATM set user name failed: errString

Description: ATM interface call to set user name failed. MPC going down as result.

MPOA.079 

Level: U-INFO

Short Syntax: MPOA.079 MPC ( atmIntfNum): waiting for ATM net UP

Long Syntax: MPOA.079 MPC ( atmIntfNum): waiting for ATM net UP

Description: MPC operation suspended until ATM net comes up.

MPOA.080 

Level: UE-ERROR

Short Syntax: MPOA.080 MPC ( atmIntfNum): ATM net DOWN

Long Syntax: MPOA.080 MPC ( atmIntfNum): ATM net DOWN

Description: ATM net has gone done. MPC operation will be suspended until ATM net comes back up.

MPOA.081 

Level: U-INFO

Short Syntax: MPOA.081 MPC ( atmIntfNum): ATM net UP

Long Syntax: MPOA.081 MPC ( atmIntfNum): ATM net UP

Description: ATM net has come up. MPC operation will be continued.

MPOA.082 

Level: UI-ERROR

Short Syntax: MPOA.082 MPC ( atmIntfNum) => DOWN: ATM addr activation failed: errString

Long Syntax: MPOA.082 MPC ( atmIntfNum) => DOWN: ATM addr activation failed: errString

Description: ATM interface call to initiate activation of MPC's ATM address (i.e., registration with switch) failed. MPC going down as result.

MPOA.083 

Level: U-INFO

Short Syntax: MPOA.083 MPC ( atmIntfNum): waiting for ATM addr activation

Long Syntax: MPOA.083 MPC ( atmIntfNum): waiting for ATM addr activation

Description: Activation of MPC's ATM address has been initiated. MPC operation will be suspended until activation completes.

MPOA.084 

Level: UE-ERROR

Short Syntax: MPOA.084 MPC ( atmIntfNum): ATM addr activation timed out: retrying

Long Syntax: MPOA.084 MPC ( atmIntfNum): ATM addr activation timed out: retrying

Description: No response has been received in response to request to activate MPC's ATM address. Activation request will be retried.

MPOA.085 

Level: UE-ERROR

Short Syntax: MPOA.085 MPC ( atmIntfNum): ATM addr rejected by switch: retry timer started

Long Syntax: MPOA.085 MPC ( atmIntfNum): ATM addr rejected by switch: retry timer started

Description: Request to activate MPC's ATM address was rejected by switch. Activation request will be retried after short delay.

MPOA.086 

Level: UE-ERROR

Short Syntax: MPOA.086 MPC ( atmIntfNum): ATM addr deactivated: reactivating

Long Syntax: MPOA.086 MPC ( atmIntfNum): ATM addr deactivated: reactivating

Description: MPC's ATM address was deactivated. Reactivation will be initiated.

MPOA.087 

Level: U-INFO

Short Syntax: MPOA.087 MPC ( atmIntfNum): timer expired, retrying ATM addr activation

Long Syntax: MPOA.087 MPC ( atmIntfNum): timer expired, retrying ATM addr activation

Description: ATM address activation retry timer has expired. Request to activate MPC's ATM address will be retried now.

MPOA.088 

Level: UI-ERROR

Short Syntax: MPOA.088 MPC ( atmIntfNum): unexpected ATM addr activation timer expiration

Long Syntax: MPOA.088 MPC ( atmIntfNum): unexpected ATM addr activation timer expiration

Description: ATM address activation retry timer has expired unexpectedly.

MPOA.089 

Level: U-INFO

Short Syntax: MPOA.089 MPC ( atmIntfNum): ATM addr activated

Long Syntax: MPOA.089 MPC ( atmIntfNum): ATM addr activated

Description: MPC's ATM address has been activated. MPC operation will now continue.

MPOA.090 

Level: UI-ERROR

Short Syntax: MPOA.090 MPC ( atmIntfNum) => DOWN: err reading ATM addr: errString

Long Syntax: MPOA.090 MPC ( atmIntfNum) => DOWN: err reading ATM addr: errString

Description: ATM interface call to read MPC's ATM address failed. MPC going down as result.

MPOA.091 

Level: UI-ERROR

Short Syntax: MPOA.091 MPC ( atmIntfNum) => DOWN: err reading UNI version: errString

Long Syntax: MPOA.091 MPC ( atmIntfNum) => DOWN: err reading UNI version: errString

Description: ATM interface call to read UNI version failed. MPC going down as result.

MPOA.092 

Level: U-INFO

Short Syntax: MPOA.092 MPC ( atmIntfNum): waiting for UNI version report

Long Syntax: MPOA.092 MPC ( atmIntfNum): waiting for UNI version report

Description: MPC operation suspended until UNI version is reported by ATM subsystem.

MPOA.093 

Level: U-INFO

Short Syntax: MPOA.093 MPC ( atmIntfNum): UNI version reported

Long Syntax: MPOA.093 MPC ( atmIntfNum): UNI version reported

Description: Version of UNI being run reported by ATM subsystem.

MPOA.094 

Level: UI-ERROR

Short Syntax: MPOA.094 MPC ( atmIntfNum) => DOWN: err opening LLC Call SAP: errString

Long Syntax: MPOA.094 MPC ( atmIntfNum) => DOWN: err opening LLC Call SAP: errString

Description: ATM interface primitive to open SAP for receiving LLC calls failed. MPC going down as result.

MPOA.095 

Level: UI-ERROR

Short Syntax: MPOA.095 MPC ( atmIntfNum) => DOWN: err opening LANE Call SAP: errString

Long Syntax: MPOA.095 MPC ( atmIntfNum) => DOWN: err opening LANE Call SAP: errString

Description: ATM interface primitive to open SAP for receiving LANE calls failed. MPC going down as result.

MPOA.096 

Level: UI-ERROR

Short Syntax: MPOA.096 MPC ( atmIntfNum) => DOWN: err opening ATM Frame SAP: errString

Long Syntax: MPOA.096 MPC ( atmIntfNum) => DOWN: err opening ATM Frame SAP: errString

Description: ATM interface call to open SAP for transferring ATM frames failed. MPC going down as result.

MPOA.097 

Level: UI-ERROR

Short Syntax: MPOA.097 MPC ( atmIntfNum) => DOWN: registration with LEC failed: errString

Long Syntax: MPOA.097 MPC ( atmIntfNum) => DOWN: registration with LEC failed: errString

Description: Call to register as user of LEC interface failed. MPC going down as result.

MPOA.098 

Level: UI-ERROR

Short Syntax: MPOA.098 MPC ( atmIntfNum) => DOWN: egress init failed: errString

Long Syntax: MPOA.098 MPC ( atmIntfNum) => DOWN: egress init failed: errString

Description: Call to initialize egress MPC functions failed. MPC going down as result.

MPOA.099 

Level: UI-ERROR

Short Syntax: MPOA.099 MPC: recv unexpected LECS addr list report

Long Syntax: MPOA.099 MPC: recv unexpected LECS addr list report

Description: Received unexpected LECS address list report from ATM subsystem.

MPOA.100 

Level: UI-ERROR

Short Syntax: MPOA.100 MPC: recv unexpected ATM disconnect leaf message

Long Syntax: MPOA.100 MPC: recv unexpected ATM disconnect leaf message

Description: Received unexpected disconnect leaf message from ATM subsystem.

MPOA.101 

Level: UI-ERROR

Short Syntax: MPOA.101 MPC: recv unexpected ATM add leaf ack message

Long Syntax: MPOA.101 MPC: recv unexpected ATM add leaf ack message

Description: Received unexpected add leaf acknowledgement message from ATM subsystem.

MPOA.102 

Level: U-INFO

Short Syntax: MPOA.102 MPC ( atmIntfNum): LEC ( lecIntfNum) UP

Long Syntax: MPOA.102 MPC ( atmIntfNum): LEC ( lecIntfNum) UP

Description: A MPC LEC has become operational.

MPOA.103 

Level: UI-ERROR

Short Syntax: MPOA.103 MPC ( atmIntfNum): LEC ( lecIntfNum) IGNORED: cntrl blk alloc failed

Long Syntax: MPOA.103 MPC ( atmIntfNum): LEC ( lecIntfNum) IGNORED: cntrl blk alloc failed

Description: Ignoring MPC LEC that has become operational because control block allocation failed.

MPOA.104 

Level: UI-ERROR

Short Syntax: MPOA.104 MPC ( atmIntfNum): LEC ( lecIntfNum) IGNORED: ELAN ID database insertion failed

Long Syntax: MPOA.104 MPC ( atmIntfNum): LEC ( lecIntfNum) IGNORED: ELAN ID database insertion failed

Description: Ignoring MPC LEC that has become operational because ELAN ID database insertion failed.

MPOA.105 

Level: UE-ERROR

Short Syntax: MPOA.105 MPC ( atmIntfNum): LEC ( lec1IntfNum) IGNORED: same ELAN ID as LEC ( lec2IntfNum), but different ELAN type

Long Syntax: MPOA.105 MPC ( atmIntfNum): LEC ( lec1IntfNum) IGNORED: same ELAN ID as LEC ( lec2IntfNum), but different ELAN type

Description: Ignoring MPC LEC that has become operational because the LEC is associated with the same ELAN ID as another MPC LEC, but the LECs are for different types of ELANs.

MPOA.106 

Level: U-INFO

Short Syntax: MPOA.106 MPC ( atmIntfNum): not accepting shortcuts for ELAN ID elanId: multiple Ethernet LECs on same ELAN

Long Syntax: MPOA.106 MPC ( atmIntfNum): not accepting shortcuts for ELAN ID elanId: multiple Ethernet LECs on same ELAN

Description: The MPC is not accepting shortcuts for an ELAN because there are multiple local Ethernet LECs on the ELAN.

MPOA.107 

Level: U-INFO

Short Syntax: MPOA.107 MPC ( atmIntfNum): resuming shortcut acceptance for ELAN ID elanId

Long Syntax: MPOA.107 MPC ( atmIntfNum): resuming shortcut acceptance for ELAN ID elanId

Description: The MPC has resumed accepting shortcuts for an ELAN.

MPOA.108 

Level: U-INFO

Short Syntax: MPOA.108 MPC ( atmIntfNum): LEC ( lecIntfNum) DOWN

Long Syntax: MPOA.108 MPC ( atmIntfNum): LEC ( lecIntfNum) DOWN

Description: A MPC LEC is no longer operational.

MPOA.109 

Level: U-INFO

Short Syntax: MPOA.109 MPC ( atmIntfNum): LEC ( lecIntfNum) registered route descriptor (x rd)

Long Syntax: MPOA.109 MPC ( atmIntfNum): LEC ( lecIntfNum) registered route descriptor (x rd)

Description: A MPC LEC has registered a route descriptor with the LES.

MPOA.110 

Level: UI-ERROR

Short Syntax: MPOA.110 MPC ( atmIntfNum): route descriptor (x rd) IGNORED: cntrl blk alloc failed

Long Syntax: MPOA.110 MPC ( atmIntfNum): route descriptor (x rd) IGNORED: cntrl blk alloc failed

Description: The MPC is ignoring a route descriptor that was registered with the LES by a MPC LEC because allocation of a control block failed.

MPOA.111 

Level: U-INFO

Short Syntax: MPOA.111 MPC ( atmIntfNum): LEC ( lecIntfNum) deregistered route descriptor (x rd)

Long Syntax: MPOA.111 MPC ( atmIntfNum): LEC ( lecIntfNum) deregistered route descriptor (x rd)

Description: A MPC LEC has deregistered a route descriptor with the LES.

MPOA.112 

Level: CE-ERROR

Short Syntax: MPOA.112 MPC ( atmIntfNum): ignored bad MPOA Device TLV recv by LEC ( lecIntfNum)

Long Syntax: MPOA.112 MPC ( atmIntfNum): ignored bad MPOA Device TLV recv by LEC ( lecIntfNum)

Description: The MPC has ignored a bad MPOA Device TLV received via a LEC.

MPOA.113 

Level: UI-ERROR

Short Syntax: MPOA.113 MPC ( atmIntfNum): MPS IGNORED: ATM addr database insertion failed: LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.113 MPC ( atmIntfNum): MPS IGNORED: ATM addr database insertion failed: LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Description: The MPC is ignoring a discovered MPS because insertion of a database entry for the MPS's ATM address failed.

MPOA.114 

Level: UI-ERROR

Short Syntax: MPOA.114 MPC ( atmIntfNum): MPS IGNORED: cntrl blk alloc failed: LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.114 MPC ( atmIntfNum): MPS IGNORED: cntrl blk alloc failed: LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Description: The MPC is ignoring a discovered MPS because allocation of a control block failed.

MPOA.115 

Level: U-INFO

Short Syntax: MPOA.115 MPC ( atmIntfNum): MPS DISCOVERED: LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.115 MPC ( atmIntfNum): MPS DISCOVERED: LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Description: The MPC has discovered a MPS.

MPOA.116 

Level: U-INFO

Short Syntax: MPOA.116 MPC ( atmIntfNum): MPS DELETED: reasonString: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.116 MPC ( atmIntfNum): MPS DELETED: reasonString: MPS ATM addr = x mpsAtmAddr

Description: The MPC has deleted the control block for a discovered MPS.

MPOA.117 

Level: U-INFO

Short Syntax: MPOA.117 MPC ( atmIntfNum): MPS MAC Addr (x macAddr) DISCOVERED: LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.117 MPC ( atmIntfNum): MPS MAC Addr (x macAddr) DISCOVERED: LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Description: The MPC has discovered a MAC address associated with a MPS.

MPOA.118 

Level: U-INFO

Short Syntax: MPOA.118 MPC ( atmIntfNum): refreshed MPS MAC addr (x macAddr): LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.118 MPC ( atmIntfNum): refreshed MPS MAC Addr (x macAddr): LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Description: The association of a MAC address with a MPS has been refeshed.

MPOA.119 

Level: UI-ERROR

Short Syntax: MPOA.119 MPC ( atmIntfNum): MPS MAC addr (x macAddr) IGNORED: cntrl blk alloc failed: LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.119 MPC ( atmIntfNum): MPS MAC addr (x macAddr) IGNORED: cntrl blk alloc failed: LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Description: The MPC has ignored discovery of a MAC address associated with a MPS because allocation of a control block failed.

MPOA.120 

Level: UI-ERROR

Short Syntax: MPOA.120 MPC ( atmIntfNum): MPS MAC addr (x macAddr) IGNORED: bridge reg failed: LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.120 MPC ( atmIntfNum): MPS MAC addr (x macAddr) IGNORED: bridge reg failed: LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Description: The MPC has ignored discovery of a MAC address associated with a MPS because registration of the MAC address with the bridge failed.

MPOA.121 

Level: U-INFO

Short Syntax: MPOA.121 MPC ( atmIntfNum): MPS MAC addr (x macAddr) DELETED: LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.121 MPC ( atmIntfNum): MPS MAC addr (x macAddr) DELETED: LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Description: The MPC has deleted the control block for a MAC address associated with a MPS.

MPOA.122 

Level: U-INFO

Short Syntax: MPOA.122 MPC ( atmIntfNum): recv ' tlvString' config TLV from LECS: LEC ( lecIntfNum): value = parmValue

Long Syntax: MPOA.122 MPC ( atmIntfNum): recv ' tlvString' config TLV from LECS: LEC ( lecIntfNum): value = parmValue

Description: The MPC has received a configuration TLV from the LECS.

MPOA.123 

Level: U-INFO

Short Syntax: MPOA.123 MPC ( atmIntfNum): recv ' enable_disable_string IP' config TLV from LECS: LEC ( lecIntfNum)

Long Syntax: MPOA.123 MPC ( atmIntfNum): recv ' enable_disable_string IP' config TLV from LECS: LEC ( lecIntfNum)

Description: The MPC has received a configuration TLV from the LECS to control whether IP flow detection is enabled or disabled.

MPOA.124 

Level: CE-ERROR

Short Syntax: MPOA.124 MPC ( atmIntfNum): recv invalid ' tlvString' config TLV from LECS: LEC ( lecIntfNum): value = parmValue

Long Syntax: MPOA.124 MPC ( atmIntfNum): recv invalid ' tlvString' config TLV from LECS: LEC ( lecIntfNum): value = parmValue

Description: The MPC has received an invalid configuration TLV from the LECS.

MPOA.125 

Level: U-INFO

Short Syntax: MPOA.125 MPC ( atmIntfNum): recv config TLV for unknown protocol from LECS: LEC ( lecIntfNum): protocol short = x shortProtocol, long = x longProtocol

Long Syntax: MPOA.125 MPC ( atmIntfNum): recv config TLV for unknown protocol from LECS: LEC ( lecIntfNum): protocol short = x shortProtocol, long = x longProtocol

Description: The MPC has received a configuration TLV from the LECS for an unknown protocol.

MPOA.126 

Level: U-INFO

Short Syntax: MPOA.126 MPC ( atmIntfNum): recv unknown config TLV from LECS: LEC ( lecIntfNum): type = x tlvType

Long Syntax: MPOA.126 MPC ( atmIntfNum): recv unknown config TLV from LECS: LEC ( lecIntfNum): type = x tlvType

Description: The MPC has received a configuration TLV from the LECS with an unknown type.

MPOA.127 

Level: UE-ERROR

Short Syntax: MPOA.127 MPC ( atmIntfNum): recv msgTypeString with no src ATM addr: Remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.127 MPC ( atmIntfNum): recv msgTypeString with no src ATM addr: Remote ATM addr = x remoteAtmAddr

Description: The MPC has received a control message that does not contain a source ATM address.

MPOA.128 

Level: C-INFO

Short Syntax: MPOA.128 MPC ( atmIntfNum): recv MPS keep-alive: lifetime = lifeTime: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.128 MPC ( atmIntfNum): recv MPS keep-alive: lifetime = lifeTime: MPS ATM addr = x mpsAtmAddr

Description: The MPC has received a keep-alive message from a MPS.

MPOA.129 

Level: UE-ERROR

Short Syntax: MPOA.129 MPC ( atmIntfNum): recv keep-alive with no extension: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.129 MPC ( atmIntfNum): recv keep-alive with no extension: MPS ATM addr = x mpsAtmAddr

Description: The MPC received a keep-alive message with no extension from a MPS.

MPOA.130 

Level: UE-ERROR

Short Syntax: MPOA.130 MPC ( atmIntfNum): recv invalid MPS keep-alive: errString: MPS ATM addr = x mpsAtmAddr: bad value = badValue

Long Syntax: MPOA.130 MPC ( atmIntfNum): recv invalid MPS keep-alive: errString: MPS ATM addr = x mpsAtmAddr: bad value = badValue

Description: The MPC received an invalid keep-alive message from a MPS.

MPOA.131 

Level: C-INFO

Short Syntax: MPOA.131 MPC ( atmIntfNum): recv keep-alive for unknown MPS: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.131 MPC ( atmIntfNum): recv keep-alive for unknown MPS: MPS ATM addr = x mpsAtmAddr

Description: The MPC received a keep-alive message for an unknown MPS.

MPOA.132 

Level: C-INFO

Short Syntax: MPOA.132 MPC ( atmIntfNum): recv purge request: previous-hop ATM addr = x atmAddr

Long Syntax: MPOA.132 MPC ( atmIntfNum): recv purge request: previous-hop ATM addr = x atmAddr

Description: The MPC has received a purge request message.

MPOA.133 

Level: CE-ERROR

Short Syntax: MPOA.133 MPC ( atmIntfNum): initiating err ind: errString: next-hop ATM addr = x atmAddr

Long Syntax: MPOA.133 MPC ( atmIntfNum): initiating err ind: errString: next-hop ATM addr = x atmAddr

Description: The MPC is initiating transmission of an error indication message.

MPOA.134 

Level: C-INFO

Short Syntax: MPOA.134 MPC ( atmIntfNum): cntrl frm not sent: errString: next-hop ATM addr = x atmAddr

Long Syntax: MPOA.134 MPC ( atmIntfNum): cntrl frm not sent: errString: next-hop ATM addr = x atmAddr

Description: A control frame for whic transmission was initiated was not sent.

MPOA.135 

Level: CE-ERROR

Short Syntax: MPOA.135 MPC ( atmIntfNum): invalid CIE in purge req: errString: previous-hop ATM addr = x atmAddr

Long Syntax: MPOA.135 MPC ( atmIntfNum): invalid CIE in purge req: errString: previous-hop ATM addr = x atmAddr

Description: The MPC received a purge request that contained an invalid CIE.

MPOA.136 

Level: C-INFO

Short Syntax: MPOA.136 MPC ( atmIntfNum): purging IP shortcut: IP addr = ipAddr, prefix len = prefixLength

Long Syntax: MPOA.136 MPC ( atmIntfNum): purging IP shortcut: IP addr = ipAddr, prefix len = prefixLength

Description: The MPC has purged an IP shortcut.

MPOA.137 

Level: C-INFO

Short Syntax: MPOA.137 MPC ( atmIntfNum): initiating purge reply: next-hop ATM addr = x atmAddr

Long Syntax: MPOA.137 MPC ( atmIntfNum): initiating purge reply: next-hop ATM addr = x atmAddr

Description: The MPC is initiating transmission of a purge reply message.

MPOA.138 

Level: C-INFO

Short Syntax: MPOA.138 MPC ( atmIntfNum): recv trigger for IP addr = ipAddr: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.138 MPC ( atmIntfNum): recv trigger for IP addr = ipAddr: MPS ATM addr = x mpsAtmAddr

Description: The MPC received a trigger request for an IP address.

MPOA.139 

Level: CE-ERROR

Short Syntax: MPOA.139 MPC ( atmIntfNum): recv invalid trigger: errString: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.139 MPC ( atmIntfNum): recv invalid trigger: errString: MPS ATM addr = x mpsAtmAddr

Description: The MPC received an invalid trigger request.

MPOA.140 

Level: CE-ERROR

Short Syntax: MPOA.140 MPC ( atmIntfNum): recv trigger for unknown MPS: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.140 MPC ( atmIntfNum): recv trigger for unknown MPS: MPS ATM addr = x mpsAtmAddr

Description: The MPC received a trigger request for an unknown MPS.

MPOA.141 

Level: UI-ERROR

Short Syntax: MPOA.141 MPC ( atmIntfNum): shortcut cntrl blk alloc failed: IP addr/mask = ipAddr/ ipMask

Long Syntax: MPOA.141 MPC ( atmIntfNum): shortcut cntrl blk alloc failed: IP addr/mask = ipAddr/ ipMask

Description: Allocation of a shortcut control block failed.

MPOA.142 

Level: C-INFO

Short Syntax: MPOA.142 MPC ( atmIntfNum): shortcut cntrl blk DELETED: ipAddr: IP addr/mask = ipMask/

Long Syntax: MPOA.142 MPC ( atmIntfNum): shortcut cntrl blk DELETED: ipAddr: IP addr/mask = ipMask/

Description: The MPC has deleted a shortcut route.

MPOA.143 

Level: C-INFO

Short Syntax: MPOA.143 MPC ( atmIntfNum): initiating resolution req: IP addr = ipAddr: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.143 MPC ( atmIntfNum): initiating resolution req: IP addr = ipAddr: MPS ATM addr = x mpsAtmAddr

Description: The MPC is initiating transmission of a resolution request for an IP address.

MPOA.144 

Level: C-INFO

Short Syntax: MPOA.144 MPC ( atmIntfNum): recv resolution reply: IP addr = ipAddr/ ipMask: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.144 MPC ( atmIntfNum): recv resolution reply: IP addr = ipAddr/ ipMask: MPS ATM addr = x mpsAtmAddr

Description: The MPC received a resolution reply for an IP destination.

MPOA.145 

Level: CE-ERROR

Short Syntax: MPOA.145 MPC ( atmIntfNum): discarded resolution reply: reasonString: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.145 MPC ( atmIntfNum): discarded resolution reply: reasonString: MPS ATM addr = x mpsAtmAddr

Description: The MPC has discarded a resolution reply that it received.

MPOA.146 

Level: CE-ERROR

Short Syntax: MPOA.146 MPC ( atmIntfNum): recv invalid resolution reply: errString: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.146 MPC ( atmIntfNum): recv invalid resolution reply: errString: MPS ATM addr = x mpsAtmAddr

Description: The MPC has received an invalid resolution reply.

MPOA.147 

Level: CE-ERROR

Short Syntax: MPOA.147 MPC ( atmIntfNum): recv resolution NAK: nakString: IP addr = ipAddr: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.147 MPC ( atmIntfNum): recv resolution NAK: nakString: IP addr = ipAddr: MPS ATM addr = x mpsAtmAddr

Description: The MPC has received a negative acknowledgement in a resolution reply for an IP address.

MPOA.148 

Level: CE-ERROR

Short Syntax: MPOA.148 MPC ( atmIntfNum): ignored LANE ext: errString: IP addr = ipAddr: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.148 MPC ( atmIntfNum): ignored LANE ext: errString: IP addr = ipAddr: MPS ATM addr = x mpsAtmAddr

Description: The MPC is ignoring invalid LANE extensions in a resolution reply for an IP address.

MPOA.149 

Level: C-INFO

Short Syntax: MPOA.149 MPC ( atmIntfNum): converting route: IP addr/mask errString/ ipAddr1 => ipMask1/ ipAddr2

Long Syntax: MPOA.149 MPC ( atmIntfNum): converting route: IP addr/mask errString/ ipAddr1 => ipMask1/ ipAddr2

Description: The MPC is converting an existing route based on the contents of a resolution reply that it received for an IP address. The conversion may be from host route to network route or vice versa.

MPOA.150 

Level: C-INFO

Short Syntax: MPOA.150 MPC ( atmIntfNum): route conversion failed: reasonString

Long Syntax: MPOA.150 MPC ( atmIntfNum): route conversion failed: reasonString

Description: Conversion of an existing route to a new type failed. The failed conversion may have been host route to network route or vice versa.

MPOA.151 

Level: C-INFO

Short Syntax: MPOA.151 MPC ( atmIntfNum): shortcut associated with VCC: IP addr/mask = ipAddr/ ipMask

Long Syntax: MPOA.151 MPC ( atmIntfNum): shortcut associated with VCC: IP addr/mask = ipAddr/ ipMask

Description: The MPC has associated a shortcut route with a VCC.

MPOA.152 

Level: C-INFO

Short Syntax: MPOA.152 MPC ( atmIntfNum): shortcut disassociated from VCC: IP addr/mask = ipAddr/ ipMask

Long Syntax: MPOA.152 MPC ( atmIntfNum): shortcut disassociated from VCC: IP addr/mask = ipAddr/ ipMask

Description: The MPC has disassociated a shortcut route from a VCC.

MPOA.153 

Level: C-INFO

Short Syntax: MPOA.153 MPC ( atmIntfNum): updated shortcut: IP addr/mask ipAddr/ ipMask: encapsulation type = encapsString: MTU = mtu: holding time = holdingTime secs: VCC state = vccTypeString: dest ATM addr = x dstAtmAddr

Long Syntax: MPOA.153 MPC ( atmIntfNum): updated shortcut: IP addr/mask ipAddr/ ipMask: encapsulation type = encapsString: MTU = mtu: holding time = holdingTime secs: VCC state = vccTypeString: dest ATM addr = x dstAtmAddr

Description: The MPC has updated a shortcut route based on the contents of a resolution reply for an IP destination.

MPOA.154 

Level: UI-ERROR

Short Syntax: MPOA.154 MPC ( atmIntfNum): IP shortcut=>hold down state: errString: IP addr/mask = ipAddr/ ipMask

Long Syntax: MPOA.154 MPC ( atmIntfNum): IP shortcut=>hold down state: errString: IP addr/mask = ipAddr/ ipMask

Description: The MPC has put an IP shortcut in hold down state.

MPOA.155 

Level: UI-ERROR

Short Syntax: MPOA.155 MPC ( atmIntfNum): VCC cntrl blk alloc failed: remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.155 MPC ( atmIntfNum): VCC cntrl blk alloc failed: remote ATM addr = x remoteAtmAddr

Description: VCC not established because allocation of control block failed.

MPOA.156 

Level: C-INFO

Short Syntax: MPOA.156 MPC ( atmIntfNum): placing call for typeOfVccString: remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.156 MPC ( atmIntfNum): placing call for typeOfVccString: remote ATM addr = x remoteAtmAddr

Description: The MPC has placed a call to establish an ATM VCC.

MPOA.157 

Level: UI-ERROR

Short Syntax: MPOA.157 MPC ( atmIntfNum): err placing call: errString: remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.157 MPC ( atmIntfNum): err placing call: errString: remote ATM addr = x remoteAtmAddr

Description: An error occurred when the MPC invoked the ATM interface primitive for placing a call.

MPOA.158 

Level: UI-ERROR

Short Syntax: MPOA.158 MPC ( atmIntfNum) => DOWN: err placing call: errString

Long Syntax: MPOA.158 MPC ( atmIntfNum) => DOWN: err placing call: errString

Description: A fatal error occurred when the MPC invoked the ATM interface primitive for placing a call.

MPOA.159 

Level: CE-ERROR

Short Syntax: MPOA.159 MPC ( atmIntfNum): AAL IE: not present or invalid AAL type (x aalType)

Long Syntax: MPOA.159 MPC ( atmIntfNum): AAL IE: not present or invalid AAL type (x aalType)

Description: The MPC received a signalling message that was invalid because either it did not contain an AAL IE or the AAL type in the AAL IE was bad.

MPOA.160 

Level: CE-ERROR

Short Syntax: MPOA.160 MPC ( atmIntfNum): AAL IE: invalid sduTypeString max SDU size ( sduSize)

Long Syntax: MPOA.160 MPC ( atmIntfNum): AAL IE: invalid sduTypeString max SDU size ( sduSize)

Description: The MPC received a signalling message that was invalid because the Max SDU Size in the AAL IE was bad.

MPOA.161 

Level: CE-ERROR

Short Syntax: MPOA.161 MPC ( atmIntfNum): invalid BLLI

Long Syntax: MPOA.161 MPC ( atmIntfNum): invalid BLLI

Description: The MPC received a signalling message that was invalid because it contained a bad BLLI IE.

MPOA.162 

Level: CE-ERROR

Short Syntax: MPOA.162 MPC ( atmIntfNum): cell rate IE: errString ( badVal)

Long Syntax: MPOA.162 MPC ( atmIntfNum): cell rate IE: errString ( badVal)

Description: The MPC received a signalling message that was invalid because the Cell Rate IE contained a bad value.

MPOA.163 

Level: CE-ERROR

Short Syntax: MPOA.163 MPC ( atmIntfNum): bearer IE: errString (x badVal)

Long Syntax: MPOA.163 MPC ( atmIntfNum): bearer IE: errString (x badVal)

Description: The MPC received a signalling message that was invalid because the Broadband Bearer IE contained a bad value.

MPOA.164 

Level: CE-ERROR

Short Syntax: MPOA.164 MPC ( atmIntfNum): QoS IE: errString (x badVal)

Long Syntax: MPOA.164 MPC ( atmIntfNum): QoS IE: errString (x badVal)

Description: The MPC received a signalling message that was invalid because the QoS IE contained a bad value.

MPOA.165 

Level: CE-ERROR

Short Syntax: MPOA.165 MPC ( atmIntfNum): calling party IE: errString

Long Syntax: MPOA.165 MPC ( atmIntfNum): calling party IE: errString

Description: The MPC received a signalling message that was invalid because of an error with the Calling Party IE.

MPOA.166 

Level: CE-ERROR

Short Syntax: MPOA.166 MPC ( atmIntfNum): releasing placed call: errString: remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.166 MPC ( atmIntfNum): releasing placed call: errString: remote ATM addr = x remoteAtmAddr

Description: The MPC is releasing a call that it placed due to an error.

MPOA.167 

Level: UI-ERROR

Short Syntax: MPOA.167 MPC ( atmIntfNum) => DOWN: err opening VCC data path: errString

Long Syntax: MPOA.167 MPC ( atmIntfNum) => DOWN: err opening VCC data path: errString

Description: A fatal error occurred when the MPC invoked the ATM interface primitive for opening a VCC data path.

MPOA.168 

Level: CE-ERROR

Short Syntax: MPOA.168 MPC ( atmIntfNum): placed call failed: net down: remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.168 MPC ( atmIntfNum): placed call failed: net down: remote ATM addr = x remoteAtmAddr

Description: A call placed by the MPC failed because the signalling interface to the network is down.

MPOA.169 

Level: CE-ERROR

Short Syntax: MPOA.169 MPC ( atmIntfNum): placed call failed: cause # causeCode: remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.169 MPC ( atmIntfNum): placed call failed: cause # causeCode: remote ATM addr = x remoteAtmAddr

Description: A call placed by the MPC failed with specified cause code.

MPOA.170 

Level: C-INFO

Short Syntax: MPOA.170 MPC ( atmIntfNum): retrying placed call with bearer class C: remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.170 MPC ( atmIntfNum): retrying placed call with bearer class C: remote ATM addr = x remoteAtmAddr

Description: A call placed by the MPC failed due to the Bearer Class, so the call is being retried with Bearer Class C.

MPOA.171 

Level: C-INFO

Short Syntax: MPOA.171 MPC ( atmIntfNum): placed call established: typeOfVccString: remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.171 MPC ( atmIntfNum): placed call established: typeOfVccString: remote ATM addr = x remoteAtmAddr

Description: A call placed by the MPC has been established.

MPOA.172 

Level: CE-ERROR

Short Syntax: MPOA.172 MPC ( atmIntfNum): rejected received call: no calling party ATM addr

Long Syntax: MPOA.172 MPC ( atmIntfNum): rejected received call: no calling party ATM addr

Description: The MPC rejected a received call because the calling party ATM address was not provided.

MPOA.173 

Level: CE-ERROR

Short Syntax: MPOA.173 MPC ( atmIntfNum): rejected received call: errString: remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.173 MPC ( atmIntfNum): rejected received call: errString: remote ATM addr = x remoteAtmAddr

Description: The MPC rejected a received call for the specified reason.

MPOA.174 

Level: UI-ERROR

Short Syntax: MPOA.174 MPC ( atmIntfNum) ( errString) => DOWN: err acking received call:

Long Syntax: MPOA.174 MPC ( atmIntfNum) ( errString) => DOWN: err acking received call:

Description: A fatal error occurred when the MPC invoked the ATM interface primitive for acknowledging a received call.

MPOA.175 

Level: C-INFO

Short Syntax: MPOA.175 MPC ( atmIntfNum): received call: typeOfVccString: remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.175 MPC ( atmIntfNum): received call: typeOfVccString: remote ATM addr = x remoteAtmAddr

Description: The MPC a received call for the specified type of VCC.

MPOA.176 

Level: C-INFO

Short Syntax: MPOA.176 MPC ( atmIntfNum): call released: normal: typeOfVccString: remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.176 MPC ( atmIntfNum): call released: normal: typeOfVccString: remote ATM addr = x remoteAtmAddr

Description: A call was released remotely with a normal cause code.

MPOA.177 

Level: CE-ERROR

Short Syntax: MPOA.177 MPC ( atmIntfNum): call released: net down: typeOfVccString: remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.177 MPC ( atmIntfNum): call released: net down: typeOfVccString: remote ATM addr = x remoteAtmAddr

Description: A call was released because the signalling interface to the network went down.

MPOA.178 

Level: CE-ERROR

Short Syntax: MPOA.178 MPC ( atmIntfNum): call released: cause # causeCode: typeOfVccString: remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.178 MPC ( atmIntfNum): call released: cause # causeCode: typeOfVccString: remote ATM addr = x remoteAtmAddr

Description: A call was released remotely with specified cause code.

MPOA.179 

Level: C-INFO

Short Syntax: MPOA.179 MPC ( atmIntfNum): starting VCC timer: timerTypeString = timerValue secs: remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.179 MPC ( atmIntfNum): starting VCC timer: timerTypeString = timerValue secs: remote ATM addr = x remoteAtmAddr

Description: A timer associated with the VCC to the specified remote ATM address has been started.

MPOA.180 

Level: C-INFO

Short Syntax: MPOA.180 MPC ( atmIntfNum): VCC DELETED: reasonString: remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.180 MPC ( atmIntfNum): VCC DELETED: reasonString: remote ATM addr = x remoteAtmAddr

Description: A VCC has been deleted for the specified reason.

MPOA.181 

Level: UI-ERROR

Short Syntax: MPOA.181 MPC ( atmIntfNum): ATM frame buf alloc failed: errString

Long Syntax: MPOA.181 MPC ( atmIntfNum): ATM frame buf alloc failed: errString

Description: Allocation of a buffer for an ATM frame failed.

MPOA.182 

Level: UI-ERROR

Short Syntax: MPOA.182 MPC ( atmIntfNum) => DOWN: ATM frame buf alloc failed: errString

Long Syntax: MPOA.182 MPC ( atmIntfNum) => DOWN: ATM frame buf alloc failed: errString

Description: Fatal error occured when MPC attempted to allocate a buffer for an ATM frame.

MPOA.183 

Level: UI-ERROR

Short Syntax: MPOA.183 MPC ( atmIntfNum) => DOWN: err reading burned-in MAC addr: errString

Long Syntax: MPOA.183 MPC ( atmIntfNum) => DOWN: err reading burned-in MAC addr: errString

Description: Fatal error occured when MPC invoked the ATM interface primitive for reading the burned-in MAC address.

MPOA.184 

Level: C-INFO

Short Syntax: MPOA.184 MPC ( atmIntfNum): opened hardware path for LANE VCC: remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.184 MPC ( atmIntfNum): opened hardware path for LANE VCC: remote ATM addr = x remoteAtmAddr

Description: The MPC opened a path for switching frames received on a LANE VCC in hardware.

MPOA.185 

Level: UI-ERROR

Short Syntax: MPOA.185 MPC ( atmIntfNum): err opening VCC hardware path: errString remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.185 MPC ( atmIntfNum): err opening VCC hardware path: errString remote ATM addr = x remoteAtmAddr

Description: An error occurred when the MPC attempted to open a path for switching frames received on a LANE VCC in hardware.

MPOA.186 

Level: C-INFO

Short Syntax: MPOA.186 Rcvd LANE data frame (vpi/vci vpi/ vci)

Long Syntax: MPOA.186 Rcvd LANE data frame (vpi/vci vpi/ vci)

Description: A LANE data frame was received by the empc. The vpi/vci of the VCC on which the frame was received are printed.

MPOA.187 

Level: U-INFO

Short Syntax: MPOA.187 Unable to send data plane purge rqst (addr protocolAddress, rc errorCode)

Long Syntax: MPOA.187 Unable to send data plane purge rqst (addr protocolAddress, rc errorCode)

Description: The empc was unable to send out a data plane purge request message. The protocol address for which the DPP was being sent and an internal error code are printed,

MPOA.188 

Level: U-INFO

Short Syntax: MPOA.188 LANE pkt recvd from invalid vcc, initiating hold down! (vpi/vci vpi/ vci)

Long Syntax: MPOA.188 LANE pkt recvd from invalid vcc, initiating hold down! (vpi/vci vpi/ vci)

Description: A packet was received from a LANE vcc though we are not supposed to be receiving on this VCC. (This happens typically with LANE extensions if we think the other end has inadvertently started learning from LANE shortcut packets and is sending us LANE packets). The received packet will be dropped and the ATM address of this VCC will be placed in a hold down state.

MPOA.189 

Level: C-INFO

Short Syntax: MPOA.189 Recvd lane ready query (vpi/vci vpi/ vci)

Long Syntax: MPOA.189 Recvd lane ready query (vpi/vci vpi/ vci)

Description: A LANE Ready-Query message was received on the specified VCC. The MPC will try to respond with a LANE Ready-Ind packet.

MPOA.190 

Level: C-INFO

Short Syntax: MPOA.190 Recvd lane encaps NHRP purge rqst (vpi/vci vpi/ vci)

Long Syntax: MPOA.190 Recvd lane encaps NHRP purge rqst (vpi/vci vpi/ vci)

Description: A NHRP Purge request message was received encapsulated as a LANE control frame on the specified VCC. The MPC will now initiate processing of this request.

MPOA.191 

Level: UE-ERROR

Short Syntax: MPOA.191 Recvd invalid lane control frame, dropping! (vpi/vci vpi/ vci)

Long Syntax: MPOA.191 Recvd invalid lane control frame, dropping! (vpi/vci vpi/ vci)

Description: An invalid LANE control frame was received on the specified VCC The packet will be dropped.

MPOA.192 

Level: U-INFO

Short Syntax: MPOA.192 Exhausted dpp retries (src atm addr entryAtmAddr)

Long Syntax: MPOA.192 Exhausted dpp retries (src atm addr entryAtmAddr)

Description: The empc exhausted the maximum number of retries for sending a MPOA data plane purge request to an ingress device for an entry. (Data Plane Purge Replies are only requested from IBM MPCs). The source ATM address of the entry (address of the ingress) is displayed and the entry will be deleted.

MPOA.193 

Level: C-INFO

Short Syntax: MPOA.193 Recvd lane encaps NHRP purge rply ! (vpi/vci vpi/ vci)

Long Syntax: MPOA.193 Recvd lane encaps NHRP purge rply ! (vpi/vci vpi/ vci)

Description: A NHRP Purge reply message was received encapsulated as a LANE control frame on the specified VCC. The MPC will now initiate processing of this message.

MPOA.194 

Level: U-INFO

Short Syntax: MPOA.194 Recvd bad NHRP purge rply ! (vpi/vci vpi/ vci)

Long Syntax: MPOA.194 Recvd bad NHRP purge rply ! (vpi/vci vpi/ vci)

Description: A NHRP Purge reply message was received on the specified VCC but had some format problems or was missing some needed information. The packet will be dropped.

MPOA.195 

Level: U-INFO

Short Syntax: MPOA.195 Sending MPS death dpp rqst! ( destIpAddress/ destIpAddressMask, id cacheId)

Long Syntax: MPOA.195 Sending MPS death dpp rqst! ( destIpAddress/ destIpAddressMask, id cacheId)

Description: A data plane purge request is being sent for an entry because of detection of death of the MPS which imposed it. The protocol address and mask of the entry and the cache ID are displayed.

MPOA.196 

Level: U-INFO

Short Syntax: MPOA.196 Sending MPS MAC invalid dpp rqst! ( destIpAddress/ destIpAddressMask, id cacheId)

Long Syntax: MPOA.196 Sending MPS MAC invalid dpp rqst! ( destIpAddress/ destIpAddressMask, id cacheId)

Description: A data plane purge request is being sent for an entry because the corresponding MPS MAC address is no longer valid. The protocol address and mask of the entry and the cache ID are displayed.

MPOA.197 

Level: C-INFO

Short Syntax: MPOA.197 Recvd local lane frame (atm intf atmIntfNum)

Long Syntax: MPOA.197 Recvd local lane frame (atm intf atmIntfNum)

Description: The empc received a locally delivered LANE encapsulated data frame.

MPOA.198 

Level: UE-ERROR

Short Syntax: MPOA.198 Recvd bad frame (x frameBytes)

Long Syntax: MPOA.198 Recvd bad frame (x frameBytes)

Description: The empc received a bad frame (one which could not be decoded correctly). The frame will be dropped.

MPOA.199 

Level: UI-ERROR

Short Syntax: MPOA.199 local tagged pkt src atm mismatch (entry: srcAtmAddrInEntry)

Long Syntax: MPOA.199 local tagged pkt src atm mismatch (entry: srcAtmAddrInEntry)

Description: A locally deliverable tagged frame matched to an entry with the source ATM address different from ours. This could indicate an internal error in which the ingress and egress MPCs are out of synch.

MPOA.200 

Level: U-INFO

Short Syntax: MPOA.200 No match for recvd dpp reply ( destIpAddr/ destIpAddrMask)

Long Syntax: MPOA.200 No match for recvd dpp reply ( destIpAddr/ destIpAddrMask)

Description: A Data Plane Purge reply was received (only valid from IBM MPC ingress devices) but did not match to any outstanding entry which is in the process of being purged. (The entry may have got internally) deleted before the purge reply was received).

MPOA.201 

Level: UI-ERROR

Short Syntax: MPOA.201 No mem for derived entry ( atmIntfNum)

Long Syntax: MPOA.201 No mem for derived entry ( atmIntfNum)

Description: An internal memory allocation (for a ``derived'' type of egress cache entry) failed on receipt of a packet. The packet will be dropped and a Data Plane Purge request initiated. This indicates the box is running low on dynamically allocatable memory.

MPOA.202 

Level: U-INFO

Short Syntax: MPOA.202 No match in Nontag 1483 net routes for pkt ( destProtAddr)

Long Syntax: MPOA.202 No match in Nontag 1483 net routes for pkt ( destProtAddr)

Description: No matching e-cache entry was found for the destination protocol address in a received packet in the Nontag 1483 Network routes database.

MPOA.203 

Level: U-INFO

Short Syntax: MPOA.203 No match in Nontag 1483 host routes for pkt ( destProtAddr)

Long Syntax: MPOA.203 No match in Nontag 1483 host routes for pkt ( destProtAddr)

Description: No matching e-cache entry was found for the destination protocol address in a received packet in the Nontag 1483 host routes database.

MPOA.204 

Level: C-INFO

Short Syntax: MPOA.204 Function functionNameString() called

Long Syntax: MPOA.204 Function functionNameString() called

Description: The (internal) function displayed was called (warning: most internal functions do NOT print this ELS, only a few do).

MPOA.205 

Level: UE-ERROR

Short Syntax: MPOA.205 Dropping LANE data packet ( atmIntfNum)

Long Syntax: MPOA.205 Dropping LANE data packet ( atmIntfNum)

Description: The MPC is discarding a received LANE data packet either because there was no matching egress LEC for it or because the packet was incorrectly prepared. This could indicate an error in the sender of the packet in that it maye either have incorrect LANE header information or is incorrectly preparing the LANE data packet.

MPOA.206 

Level: UE-ERROR

Short Syntax: MPOA.206 No matching LEC on imposition (dll: ring 1 x firstRingNumber ring 2 x secondRingNumber bridge x bridgeNumber)

Long Syntax: MPOA.206 No matching LEC on imposition (dll: ring 1 x firstRingNumber ring 2 x secondRingNumber bridge x bridgeNumber)

Description: The DLL hdr information provided in an MPOA Cache Imposition request did not match any ``first ring number, bridge number, second ring number'' triplet that the MPC is currently aware of. This could indicate an error in the DLL header information provided by the imposing e-mps.

MPOA.207 

Level: C-INFO

Short Syntax: MPOA.207 Resetting src atm lane ext lec ptr ATM: x atmAddress

Long Syntax: MPOA.207 Resetting src atm lane ext lec ptr ATM: x atmAddress

Description: The LANE extensions lec egress LEC ptr for the specified source ATM address is being reset. After this, the Vccs from this atm address may use any egress LEC for establishing the hardware switched patch.

MPOA.208 

Level: C-INFO

Short Syntax: MPOA.208 Setting src atm lane ext lec ptr ATM: x atmAddress Lec:

Long Syntax: MPOA.208 Setting src atm lane ext lec ptr ATM: x atmAddress Lec:

Description: The LANE extensions lec egress LEC ptr for the specified source ATM address is being set to point to the displayed LEC. Hardware switched paths can now established on VCCs with this remote ATM address.

MPOA.209 

Level: U-INFO

Short Syntax: MPOA.209 MPC Tag array resized to newSize

Long Syntax: MPOA.209 MPC Tag array resized to newSize

Description: The internal tag array of the eMpc has been resized to the the value indicated. This is done only when the number of tagged cache entries in the egress cache is significantly large.

MPOA.210 

Level: U-INFO

Short Syntax: MPOA.210 Bad data pkt dropped w/o dpp (dest: destIpAddr, vpi/vci vpi/ vci)

Long Syntax: MPOA.210 Bad data pkt dropped w/o dpp (dest: destIpAddr, vpi/vci vpi/ vci)

Description: A received data packet did not match to any valid egress cache entry but was dropped without sending a Data Plane Purge because a purge rate limit timer was in effect for the remote ATM address of the VCC on which the packet was received.

MPOA.211 

Level: C-INFO

Short Syntax: MPOA.211 MPC ( atmIntfNum): retrying placed call with pcr 25 MBps: remote ATM addr = x remoteAtmAddr

Long Syntax: MPOA.211 MPC ( atmIntfNum): retrying placed call with pcr 25 MBps: remote ATM addr = x remoteAtmAddr

Description: A call placed by the MPC failed due to the cell rate being too high, so the call is being retried with a peak cell rate corresponding to 25 MBps.

MPOA.212 

Level: UI-ERROR

Short Syntax: MPOA.212 MPC ( atmIntfNum): shortcut cntrl blk alloc failed: IPX addr = x ipxAddr

Long Syntax: MPOA.212 MPC ( atmIntfNum): shortcut cntrl blk alloc failed: IPX addr = x ipxAddr

Description: Allocation of a shortcut control block failed.

MPOA.213 

Level: UI-ERROR

Short Syntax: MPOA.213 MPC ( atmIntfNum): IPX shortcut=>hold down state: errString: IPX addr = x ipxAddrPtr

Long Syntax: MPOA.213 MPC ( atmIntfNum): IPX shortcut=>hold down state: errString: IPX addr = x ipxAddrPtr

Description: The MPC has put an IPX shortcut in hold down state.

MPOA.214 

Level: C-INFO

Short Syntax: MPOA.214 MPC ( atmIntfNum): shortcut disassociated from VCC: IPX addr = x ipxAddrPtr

Long Syntax: MPOA.214 MPC ( atmIntfNum): shortcut disassociated from VCC: IPX addr = x ipxAddrPtr

Description: The MPC has disassociated an IPX shortcut route from a VCC.

MPOA.215 

Level: C-INFO

Short Syntax: MPOA.215 MPC ( atmIntfNum): purging IPX shortcut: IPX addr = x ipxAddrPtr

Long Syntax: MPOA.215 MPC ( atmIntfNum): purging IPX shortcut: IPX addr = x ipxAddrPtr

Description: The MPC has purged an IPX shortcut.

MPOA.216 

Level: C-INFO

Short Syntax: MPOA.216 MPC ( atmIntfNum): shortcut associated with VCC: IPX addr = x ipxAddrPtr

Long Syntax: MPOA.216 MPC ( atmIntfNum): shortcut associated with VCC: IPX addr = x ipxAddrPtr

Description: The MPC has associated an IPX shortcut route with a VCC.

MPOA.217 

Level: C-INFO

Short Syntax: MPOA.217 MPC ( atmIntfNum): initiating resolution req: IPX addr = x ipxAddrPtr: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.217 MPC ( atmIntfNum): initiating resolution req: IPX addr = x ipxAddrPtr: MPS ATM addr = x mpsAtmAddr

Description: The MPC is initiating transmission of a resolution request for an IPX address.

MPOA.218 

Level: C-INFO

Short Syntax: MPOA.218 MPC ( atmIntfNum): shortcut cntrl blk DELETED: ipxAddrPtr: IPX addr = x

Long Syntax: MPOA.218 MPC ( atmIntfNum): shortcut cntrl blk DELETED: ipxAddrPtr: IPX addr = x

Description: The MPC has deleted an IPX shortcut route.

MPOA.219 

Level: CE-ERROR

Short Syntax: MPOA.219 MPC ( atmIntfNum): ignored LANE ext: errString: IPX addr = x ipxAddrPtr: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.219 MPC ( atmIntfNum): ignored LANE ext: errString: IPX addr = x ipxAddrPtr: MPS ATM addr = x mpsAtmAddr

Description: The MPC is ignoring invalid LANE extensions in a resolution reply for an IPX address.

MPOA.220 

Level: CE-ERROR

Short Syntax: MPOA.220 MPC ( atmIntfNum): recv resolution NAK: nakString: IPX addr = x ipxAddrPtr: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.220 MPC ( atmIntfNum): recv resolution NAK: nakString: IPX addr = x ipxAddrPtr: MPS ATM addr = x mpsAtmAddr

Description: The MPC has received a negative acknowledgement in a resolution reply for an IPX address.

MPOA.221 

Level: C-INFO

Short Syntax: MPOA.221 MPC ( atmIntfNum): recv resolution reply: IPX addr = x ipxAddrPtr: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.221 MPC ( atmIntfNum): recv resolution reply: IPX addr = x ipxAddrPtr: MPS ATM addr = x mpsAtmAddr

Description: The MPC received a resolution reply for an IPX destination.

MPOA.222 

Level: C-INFO

Short Syntax: MPOA.222 MPC ( atmIntfNum): converting route: IPX addr/prefix x errString/ ipxAddrPtr => prefix1

Long Syntax: MPOA.222 MPC ( atmIntfNum): converting route: IPX addr/prefix x errString/ ipxAddrPtr => prefix1

Description: The MPC is converting an existing route based on the contents of a resolution reply that it received for an IPX address. The conversion may be from host route to network route or vice versa.

MPOA.223 

Level: C-INFO

Short Syntax: MPOA.223 MPC ( atmIntfNum): updated shortcut: IPX addr x ipxAddrPtr: encapsulation type = encapsString: MTU = mtu: holding time = holdingTime secs: VCC state = vccTypeString: dest ATM addr = x dstAtmAddr

Long Syntax: MPOA.223 MPC ( atmIntfNum): updated shortcut: IPX addr x ipxAddrPtr: encapsulation type = encapsString: MTU = mtu: holding time = holdingTime secs: VCC state = vccTypeString: dest ATM addr = x dstAtmAddr

Description: The MPC has updated a shortcut route based on the contents of a resolution reply for an IPX destination.

MPOA.224 

Level: C-INFO

Short Syntax: MPOA.224 MPC ( atmIntfNum): recv trigger for IPX addr = x ipxAddrPtr: MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.224 MPC ( atmIntfNum): recv trigger for IPX addr = x ipxAddrPtr: MPS ATM addr = x mpsAtmAddr

Description: The MPC received a trigger request for an IPX address.

MPOA.225 

Level: C-INFO

Short Syntax: MPOA.225 eMPC deleting imposed e-cache entry (IPX networkNo x ipxNetworkNumber, cache id x cacheId)

Long Syntax: MPOA.225 eMPC deleting imposed e-cache entry (IPX networkNo x ipxNetworkNumber, cache id x cacheId)

Description: An externally imposed egress MPC cache entry (IPX Network) is being deleted.

MPOA.226 

Level: C-INFO

Short Syntax: MPOA.226 eMPC deleting imposed e-cache entry (IPX address x ipxAddress, cache id x cacheId)

Long Syntax: MPOA.226 eMPC deleting imposed e-cache entry (IPX address x ipxAddress, cache id x cacheId)

Description: An externally imposed egress MPC cache entry (possibly network) is being deleted.

MPOA.227 

Level: C-INFO

Short Syntax: MPOA.227 eMPC deleting intern. derived e-cache entry (IPX address x ipxAddress, cache id x cacheId)

Long Syntax: MPOA.227 eMPC deleting intern. derived e-cache entry (IPX address x ipxAddress, cache id x cacheId)

Description: An externally imposed egress MPC cache entry (possibly network) is being deleted.

MPOA.228 

Level: U-INFO

Short Syntax: MPOA.228 Sending MPS death dpp rqst! ( destIpxAddress, id cacheId)

Long Syntax: MPOA.228 Sending MPS death dpp rqst! ( destIpxAddress, id cacheId)

Description: A data plane purge request is being sent for an entry because of detection of death of the MPS which imposed it. The protocol address and and the cache ID are displayed.

MPOA.229 

Level: U-INFO

Short Syntax: MPOA.229 Bad data pkt dropped w/o dpp (dest: destIpAxddr, vpi/vci vpi/ vci)

Long Syntax: MPOA.229 Bad data pkt dropped w/o dpp (dest: destIpAxddr, vpi/vci vpi/ vci)

Description: A received data packet did not match to any valid egress cache entry but was dropped without sending a Data Plane Purge because a purge rate limit timer was in effect for the remote ATM address of the VCC on which the packet was received.

MPOA.230 

Level: U-INFO

Short Syntax: MPOA.230 MPC ( atmIntfNum) IP STOPPED

Long Syntax: MPOA.230 MPC ( atmIntfNum) IP STOPPED

Description: IP Operation of MPC instance is being stopped.

MPOA.231 

Level: U-INFO

Short Syntax: MPOA.231 MPC ( atmIntfNum) IPX STOPPED

Long Syntax: MPOA.231 MPC ( atmIntfNum) IPX STOPPED

Description: IPX Operation of MPC instance is being stopped.

MPOA.232 

Level: U-INFO

Short Syntax: MPOA.232 No MPC protocol sram record. Will use defaults! ( netNum)

Long Syntax: MPOA.232 No MPC protocol sram record. Will use defaults! ( netNum)

Description: No SRAM protocol configuration record was found for the MPOA client. The client will hence come up with a default set of parameters.

MPOA.233 

Level: UE-ERROR

Short Syntax: MPOA.233 Mismatched MPC protocol sram record. Will use defaults! ( netNum)

Long Syntax: MPOA.233 Mismatched MPC protocol sram record. Will use defaults! ( netNum)

Description: An SRAM protocol configuration record was found for the MPOA client but for a different ATM interface than the one coming up. The existing SRAM protocol record configuration parameters will hence be ignored and the client will hence come up with a default set of parameters. This could indicate a misconfiguration.

MPOA.234 

Level: U-INFO

Short Syntax: MPOA.234 Bad recvd pkt: sending DPP rqst! ( destIpxAddressPtr)

Long Syntax: MPOA.234 Bad recvd pkt: sending DPP rqst! ( destIpxAddressPtr)

Description: A Data Plane Purge Request is being sent because of a received IPX packet for which no matching egress cache entry was found. The destination protocol address in the pkt is printed.

MPOA.235 

Level: U-INFO

Short Syntax: MPOA.235 Purge Reply recvd for disabled protocol! (IP addr/mask = IpAddress/ IpAddressMask, vpi/vci vpi/ vci)

Long Syntax: MPOA.235 Purge Reply recvd for disabled protocol! (IP addr/mask = IpAddress/ IpAddressMask, vpi/vci vpi/ vci)

Description: A NHRP Purge reply message was received on the specified VCC but the specified protocol has been disabled and all entries deleted. The packet will be dropped.

MPOA.236 

Level: U-INFO

Short Syntax: MPOA.236 Purge Reply recvd for disabled protocol! (IPX addr = ipxAddrPtr, Prefix = ipxPrefix, vpi/vci vpi/ vci)

Long Syntax: MPOA.236 Purge Reply recvd for disabled protocol! (IPX addr = ipxAddrPtr, Prefix = ipxPrefix, vpi/vci vpi/ vci)

Description: A NHRP Purge reply message was received on the specified VCC but the specified protocol has been disabled and all entries deleted. The packet will be dropped.

MPOA.237 

Level: U-INFO

Short Syntax: MPOA.237 No match for recvd IPX dpp reply ( ipxAddrPtr/ ipxPrefix)

Long Syntax: MPOA.237 No match for recvd IPX dpp reply ( ipxAddrPtr/ ipxPrefix)

Description: A Data Plane Purge reply was received (only valid from IBM MPC ingress devices) but did not match to any outstanding IPX entry which is in the process of being purged. (The entry may have got internally) deleted before the purge reply was received).

MPOA.238 

Level: UE-ERROR

Short Syntax: MPOA.238 Destn prot addr mismatch in recvd pkt! (dstn dstnIpxAddrPtr, entry entryIpxAddrPtr, Prefix = entryIpxPrefix)

Long Syntax: MPOA.238 Destn prot addr mismatch in recvd pkt! (dstn dstnIpxAddrPtr, entry entryIpxAddrPtr, Prefix = entryIpxPrefix)

Description: The tag based lookup for a received MPOA tagged packet matched to an e-cache entry for a different IPX destination protocol address range than the destination protocol address in the packet. The IPX destn address in the packet, and the address/mask combination of the e-cache entry are printed.

MPOA.239 

Level: U-INFO

Short Syntax: MPOA.239 Tagged pkt: matching entry inactive! (entry ipxAddrPtr, Prefix = ipxPrefix, state entryState)

Long Syntax: MPOA.239 Tagged pkt: matching entry inactive! (entry ipxAddrPtr, Prefix = ipxPrefix, state entryState)

Description: The tag based lookup for a received MPOA tagged packet matched to an e-cache entry which was not in an active state. The IPX protocol address and prefix length of the matching entry are printed along with the state of the entry.

MPOA.240 

Level: C-INFO

Short Syntax: MPOA.240 Recvd 1483 IPX data pkt! ( ipxAddrPtr)

Long Syntax: MPOA.240 Recvd 1483 IPX data pkt! ( ipxAddrPtr)

Description: An MPOA Nontagged 1483 IPX packet was received. The destination IPX address in the pkt is printed.

MPOA.241 

Level: C-INFO

Short Syntax: MPOA.241 1483 pkt hash cache miss! ( ipxAddrPtr)

Long Syntax: MPOA.241 1483 pkt hash cache miss! ( ipxAddrPtr)

Description: A received MPOA Nontagged 1483 IPX packet caused a hash array miss. The destination IPX address in the pkt is printed.

MPOA.242 

Level: U-INFO

Short Syntax: MPOA.242 1483 pkt: matching entry inactive! (entry ipxAddrPtr, Prefix = ipxPrefix, state entryState)

Long Syntax: MPOA.242 1483 pkt: matching entry inactive! (entry ipxAddrPtr, Prefix = ipxPrefix, state entryState)

Description: The tag based lookup for a received MPOA non-tagged 1483 packet matched to an e-cache entry which was not in an active state. The IPX protocol address and prefix of the matching entry are printed alongwith the state of the entry.

MPOA.243 

Level: U-INFO

Short Syntax: MPOA.243 Unable to send data plane purge rqst (addr ipxAddrPtr, rc errorCode)

Long Syntax: MPOA.243 Unable to send data plane purge rqst (addr ipxAddrPtr, rc errorCode)

Description: The empc was unable to send out a data plane purge request message. The IPX protocol address for which the DPP was being sent and an internal error code are printed.

MPOA.244 

Level: U-INFO

Short Syntax: MPOA.244 No match in Nontag 1483 host routes for IPX pkt ( ipxAddrPtr)

Long Syntax: MPOA.244 No match in Nontag 1483 host routes for IPX pkt ( ipxAddrPtr)

Description: No matching e-cache entry was found for the destination IPX protocol address in a received packet in the Nontag 1483 host routes database.

MPOA.245 

Level: U-INFO

Short Syntax: MPOA.245 No match in Nontag 1483 net routes for IPX pkt ( ipxAddrPtr)

Long Syntax: MPOA.245 No match in Nontag 1483 net routes for IPX pkt ( ipxAddrPtr)

Description: No matching e-cache entry was found for the destination IPX protocol address in a received packet in the Nontag 1483 Network routes database.

MPOA.246 

Level: C-INFO

Short Syntax: MPOA.246 Imposn rqst valid ( ipxAddrPtr, Prefix: ipxPrefix, rqst ID: x requestID)

Long Syntax: MPOA.246 Imposition request valid ( ipxAddrPtr, Prefix: ipxPrefix, rqst ID: x requestID)

Description: A valid cache imposition request has been received for the specified destination IPX address and prefix. The request ID in the message is also printed.

MPOA.247 

Level: C-INFO

Short Syntax: MPOA.247 Processing imposn rqst for new ntry ( ipxAddrPtr, Prefix: ipxPrefix, x cacheID, entryTypeString)

Long Syntax: MPOA.247 Processing imposition request for a new entry ( ipxAddrPtr, Prefix: ipxPrefix, x cacheID, entryTypeString)

Description: An MPOA Cache imposition request for a new egress cache entry is being processed. The destination IPX protocol address, prefix length, cache ID and type of entry are displayed.

MPOA.248 

Level: C-INFO

Short Syntax: MPOA.248 New egress cache IPX entry created ( ipxAddrPtr, Prefix: ipxPrefix, x cacheID, entryTypeString)

Long Syntax: MPOA.248 New egress cache IPX entry created ( ipxAddrPtr, Prefix: ipxPrefix, x cacheID, entryTypeString)

Description: A new egress IPX cache entry has been created for the specified IPX protocol address and prefix. The cacheID and the type of the entry are also printed.

MPOA.249 

Level: C-INFO

Short Syntax: MPOA.249 Imposn rfrsh for exstng IPX ntry recvd ( ipxAddrPtr, Prefix: ipxPrefix, x cacheID, entryTypeString)

Long Syntax: MPOA.249 Imposition refresh for existing IPX entry received ( ipxAddrPtr, Prefix: ipxPrefix, x cacheID, entryTypeString)

Description: An MPOC Cache imposition request was received to refresh an existing IPX entry in the egress cache. The destination IPX protocol address, prefix, cache ID and type of entry are displayed.

MPOA.250 

Level: UE-ERROR

Short Syntax: MPOA.250 Recvd imposn rfrsh for purging ntry ( ipxAddrPtr, Prefix: ipxPrefix)

Long Syntax: MPOA.250 Recvd imposn rfrsh for purging ntry ( ipxAddrPtr, Prefix: ipxPrefix)

Description: An imposition request refresh was received for an IPX entry which was in the process of being purged. Indicates a likely error in the E-MPS logic.

MPOA.251 

Level: UE-ERROR

Short Syntax: MPOA.251 Recvd imposn rqst, IPX network mismatch (old oldNetwork/ new newNetwork)

Long Syntax: MPOA.251 Recvd imposn rqst, IPX network mismatch (old oldNetwork/ new newNetwork)

Description: An imposition request received for an existing e-cache entry had a different destination IPX network than the existing one. The existing entry will internally be deleted and a new one created. Indicates a likely error in the E-MPS logic.

MPOA.252 

Level: UE-ERROR

Short Syntax: MPOA.252 Recvd imposn rqst, IPX address mismatch (old ipxAddrPtr1/ new ipxAddrPtr2)

Long Syntax: MPOA.252 Recvd imposn rqst, IPX address mismatch (old ipxAddrPtr1/ new ipxAddrPtr2)

Description: An imposition request received for an existing e-cache entry had a different destination IPX address than the existing one. The existing entry will internally be deleted and a new one created. Indicates a likely error in the E-MPS logic.

MPOA.253 

Level: UE-ERROR

Short Syntax: MPOA.253 Recvd IPX imposn rqst had src atm addr mismatch ( ipxAddrPtr, Prefix: ipxPrefix)

Long Syntax: MPOA.253 Recvd IPX imposn rqst had src atm addr mismatch ( ipxAddrPtr, Prefix: ipxPrefix)

Description: An IPX imposition request received for an existing e-cache entry had a different source ATM address than the existing one. The existing entry will internally be deleted and a new one created. Indicates a likely error in the E-MPS logic.

MPOA.254 

Level: U-INFO

Short Syntax: MPOA.254 Recvd IPX imposn rqst had dll mismatch!( ipxAddrPtr, Prefix: ipxPrefix)

Long Syntax: MPOA.254 Recvd IPX imposn rqst had dll mismatch!( ipxAddrPtr, Prefix: ipxPrefix)

Description: An IPX imposition request received for an existing e-cache entry had a different DLL than the one provided on the previous request. The MPC will internally delete the old entry and create a new one with the new information.

MPOA.255 

Level: C-INFO

Short Syntax: MPOA.255 Egress IPX cache entry refreshed ( ipxAddrPtr, Prefix: ipxPrefix, x cacheID, entryTypeString)

Long Syntax: MPOA.255 Egress IPX cache entry refreshed ( ipxAddrPtr, Prefix: ipxPrefix, x cacheID, entryTypeString)

Description: An existing egress IPX cache entry has been refreshed for the specified protocol address and prefix pair. The cacheID and the type of the entry are also printed.

MPOA.256 

Level: C-INFO

Short Syntax: MPOA.256 IPX prtcl addr based e-mps purge recvd ( ipxAddrPtr, Prefix: ipxPrefix)

Long Syntax: MPOA.256 IPX prtcl addr based e-mps purge recvd ( ipxAddrPtr, Prefix: ipxPrefix)

Description: An e-mps purge was received for a range of IPX protocol addresses. This range is specified by the protocol address and prefix (the range could also indicate only one address).

MPOA.257 

Level: U-INFO

Short Syntax: MPOA.257 MPC ( atmIntfNum) IP STARTED

Long Syntax: MPOA.257 MPC ( atmIntfNum) IP STARTED

Description: IP Operation of MPC instance is being started.

MPOA.258 

Level: U-INFO

Short Syntax: MPOA.258 MPC ( atmIntfNum) IPX STARTED

Long Syntax: MPOA.258 MPC ( atmIntfNum) IPX STARTED

Description: IPX Operation of MPC instance is being started.

MPOA.259 

Level: U-INFO

Short Syntax: MPOA.259 Sending MPS MAC invalid IPX dpp rqst! ( ipxAddrPtr, Prefix: ipxPrefix, id cacheId)

Long Syntax: MPOA.259 Sending MPS MAC invalid IPX dpp rqst! ( ipxAddrPtr, Prefix: ipxPrefix, id cacheId)

Description: A data plane purge request is being sent for an entry because the corresponding MPS MAC address is no longer valid. The IPX protocol address and prefix of the entry and the cache ID are displayed.

MPOA.260 

Level: U-INFO

Short Syntax: MPOA.260 MPC ( atmIntfNum): recv ' enable_disable_string IPX' config TLV from LECS: LEC ( lecIntfNum)

Long Syntax: MPOA.260 MPC ( atmIntfNum): recv ' enable_disable_string IPX' config TLV from LECS: LEC ( lecIntfNum)

Description: The MPC has received a configuration TLV from the LECS to control whether IPX flow detection is enabled or disabled.

MPOA.261 

Level: UI-ERROR

Short Syntax: MPOA.261 MPC => DOWN: FDDL user reg failed: x errString

Long Syntax: MPOA.261 MPC => DOWN: FDDL user reg failed: x errString

Description: Registration as user of FDDL interface failed. MPC going down as result.

MPOA.262 

Level: UI-ERROR

Short Syntax: MPOA.262 MPC => DOWN: FDDL user reg failed: x errString

Long Syntax: MPOA.262 MPC => DOWN: FDDL user reg failed: x errString

Description: Configuration set request of FDDL interface failed. MPC going down as result.

MPOA.263 

Level: U-INFO

Short Syntax: MPOA.263 MPC ( atmIntfNum): FDDL add failed MPS MAC addr (x macAddr): LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Long Syntax: MPOA.263 MPC ( atmIntfNum): refreshed MPS MAC Addr (x macAddr): LEC ( lecIntfNum): MPS ATM addr = x mpsAtmAddr

Description: The association of a MAC address with a MPS has not been refeshed.

MPOA.264 

Level: UI-ERROR

Short Syntax: MPOA.264 MPC: anchor tag cb init failed

Long Syntax: MPOA.264 MPC: anchor tag control block initialization failed.

Description: MPC: anchor tag control block initialization failed.

MPOA.265 

Level: U-INFO

Short Syntax: MPOA.265 MPC: FDDL MPS MAC ADDR Update cycle successful

Long Syntax: MPOA.265 MPC: FDDL MPS MAC ADDR Update cycle successful

Description: MPC: FDDL MPS MAC ADDR Update cycle successful

MPOA.266 

Level: UI-ERROR

Short Syntax: MPOA.266 MPC ( atmIntfNum) Egress Cache Tag ( tagValue) Deletion from FDDL Failed

Long Syntax: MPOA.266 MPC ( atmIntfNum) Egress Cache Tag ( tagValue) Deletion from FDDL Failed

Description: MPC instance could not delete the egress cache tag from FDDL.

MPOA.267 

Level: UI-ERROR

Short Syntax: MPOA.267 MPC ( atmIntfNum) Egress Cache Tag ( tagValue) Addition to FDDL Failed

Long Syntax: MPOA.267 MPC ( atmIntfNum) Egress Cache Tag ( tagValue) Addition to FDDL Failed

Description: MPC instance could not add the egress cache tag to FDDL.

MPOA.268 

Level: UE-ERROR

Short Syntax: MPOA.268 Recvd imposn rqst had VEGA Blade/Box mismatch ( ipAddress/ ipAddressMask)

Long Syntax: MPOA.268 Recvd imposn rqst had VEGA Blade/Boxmismatch ( ipAddress/ ipAddressMask)

Description: An imposition request received for an existing e-cache entry had a different Blade/Box attribute than the existing one. The existing entry will internally be deleted and a new one created.

MPOA.269 

Level: U-INFO

Short Syntax: MPOA.269 Recvd IPX imposn rqst had box/blade mismatch!( ipxAddrPtr, Prefix: ipxPrefix)

Long Syntax: MPOA.269 Recvd IPX imposn rqst had box/blade mismatch!( ipxAddrPtr, Prefix: ipxPrefix)

Description: An IPX imposition request received for an existing e-cache entry had a different box/blade attribute than the one provided on the previous request. The MPC will internally delete the old entry and create a new one with the new information.

MPOA.270 

Level: C-INFO

Short Syntax: MPOA.270 MPC: FDDL MPS MAC ADDR Update cycle called

Long Syntax: MPOA.270 MPC: FDDL MPS MAC ADDR Update cycle called

Description: MPC: FDDL MPS MAC ADDR Update cycle called

MPOA.271 

Level: C-INFO

Short Syntax: MPOA.271 MPC ( atmIntfNum) Egress Cache Tag ( tagValue) Deletion from FDDL Called

Long Syntax: MPOA.271 MPC ( atmIntfNum) Egress Cache Tag ( tagValue) Deletion from FDDL Called

Description: MPC:Egress Cache Tag Deletion from FDDL Called

MPOA.272 

Level: C-INFO

Short Syntax: MPOA.272 MPC ( atmIntfNum) Egress Cache Tag ( tagValue) Addition to FDDL Called

Long Syntax: MPOA.272 MPC ( atmIntfNum) Egress Cache Tag ( tagValue) Addition to FDDL Called

Description: MPC: Egress cache tag addition to FDDL Called

MPOA.273 

Level: C-INFO

Short Syntax: MPOA.273 MPC ( atmIntfNum): MPS ID ( mpsId) MPS MAC addr (x macAddr) Add. to FDDL Called

Long Syntax: MPOA.273 MPC ( atmIntfNum): MPS ID ( mpsId) MPS MAC addr (x macAddr) Addition to FDDL Called

Description: MPC: MPS MAC address addition to FDDL Called

MPOA.274 

Level: U-INFO

Short Syntax: MPOA.274 MPC ( atmIntfNum): MPS ID ( mpsId) MPS MAC addr (x macAddr) Add. to FDDL Failed

Long Syntax: MPOA.274 MPC ( atmIntfNum): MPS ID ( mpsId) MPS MAC addr (x macAddr) Addition to FDDL Failed

Description: MPC: MPS MAC address addition to FDDL Failed

MPOA.275 

Level: C-INFO

Short Syntax: MPOA.275 MPC ( atmIntfNum): MPS ID ( mpsId) MPS MAC addr (x macAddr) Del. from FDDL Called

Long Syntax: MPOA.275 MPC ( atmIntfNum): MPS ID ( mpsId) MPS MAC addr (x macAddr) Deletion from FDDL Called

Description: MPC: MPS MAC address deletion from FDDL Called

MPOA.276 

Level: U-INFO

Short Syntax: MPOA.276 MPC ( atmIntfNum): MPS ID ( mpsId) MPS MAC addr (x macAddr) Del. from FDDL Failed.

Long Syntax: MPOA.276 MPC ( atmIntfNum): MPS ID ( mpsId) MPS MAC addr (x macAddr) Deletion from FDDL Failed.

Description: MPC: MPS MAC address addition to FDDL Failed

MPOA.277 

Level: U-INFO

Short Syntax: MPOA.277 MPC ( atmIntfNum) Init Failed. Max. possible MPC instances exceeded

Long Syntax: MPOA.277 MPC ( atmIntfNum) Init Failed. Max. possible MPC instances exceeded

Description: MPC instance could not ne initialized because maximum possible MPC instances are already running.

MPOA.278 

Level: C-INFO

Short Syntax: MPOA.278 MPC ( atmIntfNum): SRAM update performed (Addition of MPC_PROTOCOL SRAM)

Long Syntax: MPOA.278 MPC ( atmIntfNum): SRAM update performed (Addition of MPC_PROTOCOL SRAM)

Description: Only Common SRAM record was present. So added the protocol SRAM record to the config.

MPOA.279 

Level: UI-ERROR

Short Syntax: MPOA.279 MPOA: LEC assoc. with MPC instance failed, no MPC on device: ( atmIntfNum)

Long Syntax: MPOA.279 MPOA: LEC assoc. with MPC instance failed, no MPC on device: ( atmIntfNum)

Description: When the LEC came up, the lecUp message says it is running on some ATM interface over which there is no MPC running.

MPOA.280 

Level: UI-ERROR

Short Syntax: MPOA.280 MPC ( atmIntfNum): Loc. shortcut to ( ipAddress) is untagged. FDDL Ing cache Add not done

Long Syntax: MPOA.280 MPC ( atmIntfNum): Loc. shortcut to ( ipAddress) is untagged. FDDL Ing cache Add not done

Description: Local shortcut should only be of the type "tagged". But in this case it is not. So fddl call to add ingress cache entry is not made.

MPOA.281 

Level: UI-ERROR

Short Syntax: MPOA.281 MPC ( atmIntfNum): Loc. shortcut to ( ipAddress) has bad tag ( tag). FDDL Ing cache Add not done

Long Syntax: MPOA.281 MPC ( atmIntfNum): Loc. shortcut to ( ipAddress) is bad tag ( tag). FDDL Ing cache Add not done

Description: Local shortcut has invalid tag. So fddl call to add ingress cache entry is not made.

MPOA.282 

Level: UI-ERROR

Short Syntax: MPOA.282 MPC ( atmIntfNum): FDDL LAN dest ( macAddress) to interface failed.

Long Syntax: MPOA.282 MPC ( atmIntfNum): FDDL LAN dest ( macAddress) to interface failed.

Description: The fddl call that looks for the legacy interface at which the given mac address is present did not succeed.

MPOA.283 

Level: C-INFO

Short Syntax: MPOA.283 MPC ( atmIntfNum): Flow Indication for MPS ( mpsId) received.

Long Syntax: MPOA.283 MPC ( atmIntfNum): Flow Indication for the MPS ( mpsId) received at CPU.

Description: A data frame was bridged to the MPS and an indication is sent to the CPU by the EPIF.

MPOA.284 

Level: C-INFO

Short Syntax: MPOA.284 MPOA: MPC( atmIntfNum): FDDL Delete Ingress Cache Entry. IP addr = ipAddr, prefix len = prefixLength int = intf

Long Syntax: MPOA.284 MPOA: MPC( atmIntfNum): FDDL Delete Ingress Cache Entry. IP addr = ipAddr, prefix len = prefixLength from interface intf

Description: An ingress cache entry is being deleted from the EPIF memory at the given interface.

MPOA.285 

Level: C-INFO

Short Syntax: MPOA.285 MPOA: MPC( atmIntfNum): FDDL Add Ingress Cache Entry. IP addr = ipAddr, prefix len = prefixLength int = intf

Long Syntax: MPOA.285 MPOA: MPC( atmIntfNum): FDDL Add Ingress Cache Entry. IP addr = ipAddr, prefix len = prefixLength from interface intf

Description: An ingress cache entry is being added to the EPIF memory at the given interface.

MPOA.286 

Level: C-INFO

Short Syntax: MPOA.286 MPC ( atmIntfNum): MPS ID ( mpsId) Addition to FDDL Called

Long Syntax: MPOA.286 MPC ( atmIntfNum): MPS ID ( mpsId) Addition to FDDL Called

Description: MPC: MPS ID addition to FDDL Called

MPOA.287 

Level: U-INFO

Short Syntax: MPOA.287 MPC ( atmIntfNum): MPS ID ( mpsId) Addition to FDDL Failed!

Long Syntax: MPOA.287 MPC ( atmIntfNum): MPS ID ( mpsId) Addition to FDDL Failed!

Description: MPC: MPS ID addition to FDDL Failed

MPOA.288 

Level: C-INFO

Short Syntax: MPOA.288 MPC ( atmIntfNum): MPS ID ( mpsId) Deletion from FDDL Called

Long Syntax: MPOA.288 MPC ( atmIntfNum): MPS ID ( mpsId) Deletion from FDDL Called

Description: MPC: MPS ID deletion from FDDL Called

MPOA.289 

Level: U-INFO

Short Syntax: MPOA.289 MPC ( atmIntfNum): MPS ID ( mpsId) MPS MAC addr (x ) Del. from FDDL Failed.

Long Syntax: MPOA.289 MPC ( atmIntfNum): MPS ID ( mpsId) MPS MAC addr (x ) Deletion from FDDL Failed.

Description: MPC: MPS ID deletion from FDDL Failed

MPOA.290 

Level: C-INFO

Short Syntax: MPOA.290 MPC ( atmIntfNum): Flow Indication for IP destination ( ipAddr) is processed.

Long Syntax: MPOA.290 MPC ( atmIntfNum): Flow Detection Indication for IP destination ( ipAddr) is processed.

Description: MPC: A frame to the given IP destination is bridged to an MPS MAC address.

MPOA.291 

Level: C-INFO

Short Syntax: MPOA.291 MPC ( atmIntfNum): Flow Indication for IPX destination (x ipxAddr) is processed.

Long Syntax: MPOA.291 MPC ( atmIntfNum): Flow Detection Indication for IPX destination (x ipxAddr) is processed.

Description: MPC: A frame to the given IPX destination is bridged to an MPS MAC address.

MPOA.292 

Level: U-INFO

Short Syntax: MPOA.292 MPC ( atmIntfNum) Init Aborted.EPIF runtime image is not MPOA capable

Long Syntax: MPOA.292 MPC ( atmIntfNum) Init Aborted.EPIF runtime image is not MPOA capable

Description: MPC instance could not ne initialized because EPIF runtime image is not MPOA capable

MPOA.293 

Level: U-INFO

Short Syntax: MPOA.293 MPC ( atmIntfNum) Init Aborted because of lack of SRAM record

Long Syntax: MPOA.293 MPC ( atmIntfNum) Init Aborted because of lack of SRAM record

Description: MPC instance could not ne initialized because there was no SRAM for it. Currently existence of SRAM record is a requirement for initialization only for 8371.

MPOA.294 

Level: U-INFO

Short Syntax: MPOA.294 MPC ( atmIntfNum) Init Aborted because of SRAM record being in diabled state

Long Syntax: MPOA.294 MPC ( atmIntfNum) Init Aborted because of SRAM record being in diabled state

Description: MPC instance could not ne initialized because the corresponding SRAM record is in disabled state.

MPOA.295 

Level: U-INFO

Short Syntax: MPOA.295 MPC ( atmIntfNum) Init Aborted because of bridge SRAM record is disabled/absent

Long Syntax: MPOA.295 MPC ( atmIntfNum) Init Aborted because of bridge SRAM record is disabled/absent

Description: MPC instance could not ne initialized because the bridge SRAM record is in disabled/absent

MPOA.296 

Level: U-INFO

Short Syntax: MPOA.296 MPC ( atmIntfNum) Init Aborted because of SELF SRAM record is enabled

Long Syntax: MPOA.296 MPC ( atmIntfNum) Init Aborted because of SELF SRAM record is enabled

Description: MPC instance could not ne initialized because the SELF SRAM record is enabled.

MPOA.297 

Level: C-INFO

Short Syntax: MPOA.297 MPC ( atmIntfNum): Imposition Requestion for IP Host ( ipAddr) is processed.

Long Syntax: MPOA.297 MPC ( atmIntfNum): Imposition Requestion for IP Host ( ipAddr) is processed.

Description: MPC: The Impostion request is targeted for an internal IP address.


[ Top of Page | Previous Page | Next Page | Table of Contents ]